Shades of Deep Sky Blue #08CBFF
Tints of Deep Sky Blue #08CBFF
RGB
CMYK
RGB Variations
Color information
#08CBFF (or 0x08CBFF) is known color: Deep Sky Blue. HEX triplet: 08, CB and FF. RGB value is (8,203,255). Sum of RGB (Red+Green+Blue) = 8+203+255=466 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.72% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #08CBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CBFF is #F73400. Grayscale: #969696. Windows color (decimal): -16200705 or 16763656. OLE color: 16763656.
HSL color Cylindrical-coordinate representation of color #08CBFF: hue angle of 192.63º 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 #08CBFF is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 203 | 255 | - |
| CMYK | 0.97 | 0.20 | 0 | 0 |
| HSL | 192.63º | 1% | 0.52% | - |
| HSV(B) | 192.63º | 0.97% | 1% | - |
| XYZ | 39.51 | 49.98 | 102.17 | - |
| YUV | 150.62 | 186.9 | 26.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 255 | 0.97 | 0.20 | 0 | 0 | 192.63 | 1 | 0.52 |
| Hex | 8 | CB | FF | 61 | 14 | 0 | 0 | C1 | 64 | 34 |
| Octal | 10 | 313 | 377 | 141 | 24 | 0 | 0 | 301 | 144 | 64 |
| Binary | 1000 | 11001011 | 11111111 | 1100001 | 10100 | 0 | 0 | 11000001 | 1100100 | 110100 |
Color Harmonies of #08CBFF
Complementary color
Monochromatic Colors of #08CBFF
Black with #08CBFF
Text Example
Text Example
White with #08CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CBFF; }
p { color: rgb(8,203,255); }
H1.HeaderClassName
{
color: #08CBFF;
}
.AnyTagClassName
{
color: #08CBFF;
}
</style>
background-color css
<style>
a { background-color: #08CBFF; }
a { background-color: rgb(8,203,255); }
div.DivClassName
{
background-color: #08CBFF;
}
.BgClassName
{
background-color: #08CBFF;
}
</style>
border-color css
<style>
span { border-color: #08CBFF; }
span { border-color: rgb(8,203,255); }
td.TdClassName
{
border-color: #08CBFF;
}
.TagClassName
{
border-color: #08CBFF;
}
</style>