RGB
0, 240, 255
HSL
184°, 100%, 50%
CMYK
100, 6, 0, 0
HSV
184°, 100%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #00F0FF |
color: #00F0FF;
|
| RGB | 0, 240, 255 |
color: rgb(0, 240, 255);
|
| RGB Percentage | 0%, 94%, 100% |
color: rgb(0%, 94%, 100%);
|
| CMYK | 100%, 6%, 0%, 0% | Not supported in CSS |
| HSL | 184°, 100%, 50% |
color: hsl(184, 100%, 50%);
|
| HSV | 184°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, -48, -5 |
color: lab(40% -48 -5);
|
| Decimal | 61695 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.electric-blue {
color: #00F0FF;
}
SCSS
$electric-blue: #00F0FF;
RGB
rgb(0, 240, 255)
Accessibility & Contrast
White background
1.41:1
1.41
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
14.91:1
14.91
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element