Shades of Deep Sky Blue #08D9FF
Tints of Deep Sky Blue #08D9FF
RGB
CMYK
RGB Variations
Color information
#08D9FF (or 0x08D9FF) is known color: Deep Sky Blue. HEX triplet: 08, D9 and FF. RGB value is (8,217,255). Sum of RGB (Red+Green+Blue) = 8+217+255=480 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.67% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #08D9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08D9FF is #F72600. Grayscale: #9E9E9E. Windows color (decimal): -16197121 or 16767240. OLE color: 16767240.
HSL color Cylindrical-coordinate representation of color #08D9FF: hue angle of 189.23º 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 #08D9FF is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 217 | 255 | - |
| CMYK | 0.97 | 0.15 | 0 | 0 |
| HSL | 189.23º | 1% | 0.52% | - |
| HSV(B) | 189.23º | 0.97% | 1% | - |
| XYZ | 42.96 | 56.9 | 103.33 | - |
| YUV | 158.84 | 182.26 | 20.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 217 | 255 | 0.97 | 0.15 | 0 | 0 | 189.23 | 1 | 0.52 |
| Hex | 8 | D9 | FF | 61 | F | 0 | 0 | BD | 64 | 34 |
| Octal | 10 | 331 | 377 | 141 | 17 | 0 | 0 | 275 | 144 | 64 |
| Binary | 1000 | 11011001 | 11111111 | 1100001 | 1111 | 0 | 0 | 10111101 | 1100100 | 110100 |
Color Harmonies of #08D9FF
Complementary color
Monochromatic Colors of #08D9FF
Black with #08D9FF
Text Example
Text Example
White with #08D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D9FF; }
p { color: rgb(8,217,255); }
H1.HeaderClassName
{
color: #08D9FF;
}
.AnyTagClassName
{
color: #08D9FF;
}
</style>
background-color css
<style>
a { background-color: #08D9FF; }
a { background-color: rgb(8,217,255); }
div.DivClassName
{
background-color: #08D9FF;
}
.BgClassName
{
background-color: #08D9FF;
}
</style>
border-color css
<style>
span { border-color: #08D9FF; }
span { border-color: rgb(8,217,255); }
td.TdClassName
{
border-color: #08D9FF;
}
.TagClassName
{
border-color: #08D9FF;
}
</style>