Shades of Deep Sky Blue #08C9FF
Tints of Deep Sky Blue #08C9FF
RGB
CMYK
RGB Variations
Color information
#08C9FF (or 0x08C9FF) is known color: Deep Sky Blue. HEX triplet: 08, C9 and FF. RGB value is (8,201,255). Sum of RGB (Red+Green+Blue) = 8+201+255=464 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.72% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #08C9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C9FF is #F73600. Grayscale: #959595. Windows color (decimal): -16201217 or 16763144. OLE color: 16763144.
HSL color Cylindrical-coordinate representation of color #08C9FF: hue angle of 193.12º 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 #08C9FF is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 201 | 255 | - |
| CMYK | 0.97 | 0.21 | 0 | 0 |
| HSL | 193.12º | 1% | 0.52% | - |
| HSV(B) | 193.12º | 0.97% | 1% | - |
| XYZ | 39.04 | 49.04 | 102.02 | - |
| YUV | 149.45 | 187.56 | 27.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 255 | 0.97 | 0.21 | 0 | 0 | 193.12 | 1 | 0.52 |
| Hex | 8 | C9 | FF | 61 | 15 | 0 | 0 | C1 | 64 | 34 |
| Octal | 10 | 311 | 377 | 141 | 25 | 0 | 0 | 301 | 144 | 64 |
| Binary | 1000 | 11001001 | 11111111 | 1100001 | 10101 | 0 | 0 | 11000001 | 1100100 | 110100 |
Color Harmonies of #08C9FF
Complementary color
Monochromatic Colors of #08C9FF
Black with #08C9FF
Text Example
Text Example
White with #08C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C9FF; }
p { color: rgb(8,201,255); }
H1.HeaderClassName
{
color: #08C9FF;
}
.AnyTagClassName
{
color: #08C9FF;
}
</style>
background-color css
<style>
a { background-color: #08C9FF; }
a { background-color: rgb(8,201,255); }
div.DivClassName
{
background-color: #08C9FF;
}
.BgClassName
{
background-color: #08C9FF;
}
</style>
border-color css
<style>
span { border-color: #08C9FF; }
span { border-color: rgb(8,201,255); }
td.TdClassName
{
border-color: #08C9FF;
}
.TagClassName
{
border-color: #08C9FF;
}
</style>