Shades of Deep Sky Blue #08CEFF
Tints of Deep Sky Blue #08CEFF
RGB
CMYK
RGB Variations
Color information
#08CEFF (or 0x08CEFF) is known color: Deep Sky Blue. HEX triplet: 08, CE and FF. RGB value is (8,206,255). Sum of RGB (Red+Green+Blue) = 8+206+255=469 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.71% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #08CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CEFF is #F73100. Grayscale: #979797. Windows color (decimal): -16199937 or 16764424. OLE color: 16764424.
HSL color Cylindrical-coordinate representation of color #08CEFF: hue angle of 191.9º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08CEFF is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 206 | 255 | - |
| CMYK | 0.97 | 0.19 | 0 | 0 |
| HSL | 191.9º | 1% | 0.52% | - |
| HSV(B) | 191.9º | 0.97% | 1% | - |
| XYZ | 40.22 | 51.41 | 102.41 | - |
| YUV | 152.38 | 185.9 | 25.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 255 | 0.97 | 0.19 | 0 | 0 | 191.9 | 1 | 0.52 |
| Hex | 8 | CE | FF | 61 | 13 | 0 | 0 | C0 | 64 | 34 |
| Octal | 10 | 316 | 377 | 141 | 23 | 0 | 0 | 300 | 144 | 64 |
| Binary | 1000 | 11001110 | 11111111 | 1100001 | 10011 | 0 | 0 | 11000000 | 1100100 | 110100 |
Color Harmonies of #08CEFF
Complementary color
Monochromatic Colors of #08CEFF
Black with #08CEFF
Text Example
Text Example
White with #08CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CEFF; }
p { color: rgb(8,206,255); }
H1.HeaderClassName
{
color: #08CEFF;
}
.AnyTagClassName
{
color: #08CEFF;
}
</style>
background-color css
<style>
a { background-color: #08CEFF; }
a { background-color: rgb(8,206,255); }
div.DivClassName
{
background-color: #08CEFF;
}
.BgClassName
{
background-color: #08CEFF;
}
</style>
border-color css
<style>
span { border-color: #08CEFF; }
span { border-color: rgb(8,206,255); }
td.TdClassName
{
border-color: #08CEFF;
}
.TagClassName
{
border-color: #08CEFF;
}
</style>