Shades of Deep Sky Blue #02CEFE
Tints of Deep Sky Blue #02CEFE
RGB
CMYK
RGB Variations
Color information
#02CEFE (or 0x02CEFE) is known color: Deep Sky Blue. HEX triplet: 02, CE and FE. RGB value is (2,206,254). Sum of RGB (Red+Green+Blue) = 2+206+254=462 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #02CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CEFE is #FD3101. Grayscale: #969696. Windows color (decimal): -16593154 or 16698882. OLE color: 16698882.
HSL color Cylindrical-coordinate representation of color #02CEFE: hue angle of 191.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CEFE is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 206 | 254 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.00 |
| HSL | 191.43º | 0.99% | 0.5% | - |
| HSV(B) | 191.43º | 0.99% | 1% | - |
| XYZ | 39.99 | 51.31 | 101.56 | - |
| YUV | 150.48 | 186.41 | 22.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 254 | 0.99 | 0.19 | 0 | 0.00 | 191.43 | 0.99 | 0.5 |
| Hex | 2 | CE | FE | 63 | 13 | 0 | 0 | BF | 63 | 32 |
| Octal | 2 | 316 | 376 | 143 | 23 | 0 | 0 | 277 | 143 | 62 |
| Binary | 10 | 11001110 | 11111110 | 1100011 | 10011 | 0 | 0 | 10111111 | 1100011 | 110010 |
Color Harmonies of #02CEFE
Complementary color
Monochromatic Colors of #02CEFE
Black with #02CEFE
Text Example
Text Example
White with #02CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CEFE; }
p { color: rgb(2,206,254); }
H1.HeaderClassName
{
color: #02CEFE;
}
.AnyTagClassName
{
color: #02CEFE;
}
</style>
background-color css
<style>
a { background-color: #02CEFE; }
a { background-color: rgb(2,206,254); }
div.DivClassName
{
background-color: #02CEFE;
}
.BgClassName
{
background-color: #02CEFE;
}
</style>
border-color css
<style>
span { border-color: #02CEFE; }
span { border-color: rgb(2,206,254); }
td.TdClassName
{
border-color: #02CEFE;
}
.TagClassName
{
border-color: #02CEFE;
}
</style>