Shades of Deep Sky Blue #08CEF8
Tints of Deep Sky Blue #08CEF8
RGB
CMYK
RGB Variations
Color information
#08CEF8 (or 0x08CEF8) is known color: Deep Sky Blue. HEX triplet: 08, CE and F8. RGB value is (8,206,248). Sum of RGB (Red+Green+Blue) = 8+206+248=462 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.73% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #08CEF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CEF8 is #F73107. Grayscale: #979797. Windows color (decimal): -16199944 or 16305672. OLE color: 16305672.
HSL color Cylindrical-coordinate representation of color #08CEF8: hue angle of 190.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08CEF8 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 206 | 248 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.03 |
| HSL | 190.5º | 0.94% | 0.5% | - |
| HSV(B) | 190.5º | 0.97% | 0.97% | - |
| XYZ | 39.11 | 50.97 | 96.58 | - |
| YUV | 151.59 | 182.4 | 25.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 248 | 0.97 | 0.17 | 0 | 0.03 | 190.5 | 0.94 | 0.5 |
| Hex | 8 | CE | F8 | 61 | 11 | 0 | 3 | BE | 5E | 32 |
| Octal | 10 | 316 | 370 | 141 | 21 | 0 | 3 | 276 | 136 | 62 |
| Binary | 1000 | 11001110 | 11111000 | 1100001 | 10001 | 0 | 11 | 10111110 | 1011110 | 110010 |
Color Harmonies of #08CEF8
Complementary color
Monochromatic Colors of #08CEF8
Black with #08CEF8
Text Example
Text Example
White with #08CEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CEF8; }
p { color: rgb(8,206,248); }
H1.HeaderClassName
{
color: #08CEF8;
}
.AnyTagClassName
{
color: #08CEF8;
}
</style>
background-color css
<style>
a { background-color: #08CEF8; }
a { background-color: rgb(8,206,248); }
div.DivClassName
{
background-color: #08CEF8;
}
.BgClassName
{
background-color: #08CEF8;
}
</style>
border-color css
<style>
span { border-color: #08CEF8; }
span { border-color: rgb(8,206,248); }
td.TdClassName
{
border-color: #08CEF8;
}
.TagClassName
{
border-color: #08CEF8;
}
</style>