Shades of Deep Sky Blue #08CEFE
Tints of Deep Sky Blue #08CEFE
RGB
CMYK
RGB Variations
Color information
#08CEFE (or 0x08CEFE) is known color: Deep Sky Blue. HEX triplet: 08, CE and FE. RGB value is (8,206,254). Sum of RGB (Red+Green+Blue) = 8+206+254=468 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.71% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #08CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CEFE is #F73101. Grayscale: #979797. Windows color (decimal): -16199938 or 16698888. OLE color: 16698888.
HSL color Cylindrical-coordinate representation of color #08CEFE: hue angle of 191.71º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08CEFE is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 206 | 254 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.00 |
| HSL | 191.71º | 0.99% | 0.51% | - |
| HSV(B) | 191.71º | 0.97% | 1% | - |
| XYZ | 40.06 | 51.35 | 101.57 | - |
| YUV | 152.27 | 185.4 | 25.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 254 | 0.97 | 0.19 | 0 | 0.00 | 191.71 | 0.99 | 0.51 |
| Hex | 8 | CE | FE | 61 | 13 | 0 | 0 | C0 | 63 | 33 |
| Octal | 10 | 316 | 376 | 141 | 23 | 0 | 0 | 300 | 143 | 63 |
| Binary | 1000 | 11001110 | 11111110 | 1100001 | 10011 | 0 | 0 | 11000000 | 1100011 | 110011 |
Color Harmonies of #08CEFE
Complementary color
Monochromatic Colors of #08CEFE
Black with #08CEFE
Text Example
Text Example
White with #08CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CEFE; }
p { color: rgb(8,206,254); }
H1.HeaderClassName
{
color: #08CEFE;
}
.AnyTagClassName
{
color: #08CEFE;
}
</style>
background-color css
<style>
a { background-color: #08CEFE; }
a { background-color: rgb(8,206,254); }
div.DivClassName
{
background-color: #08CEFE;
}
.BgClassName
{
background-color: #08CEFE;
}
</style>
border-color css
<style>
span { border-color: #08CEFE; }
span { border-color: rgb(8,206,254); }
td.TdClassName
{
border-color: #08CEFE;
}
.TagClassName
{
border-color: #08CEFE;
}
</style>