Shades of Deep Sky Blue #08D8FF
Tints of Deep Sky Blue #08D8FF
RGB
CMYK
RGB Variations
Color information
#08D8FF (or 0x08D8FF) is known color: Deep Sky Blue. HEX triplet: 08, D8 and FF. RGB value is (8,216,255). Sum of RGB (Red+Green+Blue) = 8+216+255=479 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.67% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #08D8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08D8FF is #F72700. Grayscale: #9D9D9D. Windows color (decimal): -16197377 or 16766984. OLE color: 16766984.
HSL color Cylindrical-coordinate representation of color #08D8FF: hue angle of 189.47º 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 #08D8FF is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 216 | 255 | - |
| CMYK | 0.97 | 0.15 | 0 | 0 |
| HSL | 189.47º | 1% | 0.52% | - |
| HSV(B) | 189.47º | 0.97% | 1% | - |
| XYZ | 42.71 | 56.38 | 103.24 | - |
| YUV | 158.25 | 182.59 | 20.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 216 | 255 | 0.97 | 0.15 | 0 | 0 | 189.47 | 1 | 0.52 |
| Hex | 8 | D8 | FF | 61 | F | 0 | 0 | BD | 64 | 34 |
| Octal | 10 | 330 | 377 | 141 | 17 | 0 | 0 | 275 | 144 | 64 |
| Binary | 1000 | 11011000 | 11111111 | 1100001 | 1111 | 0 | 0 | 10111101 | 1100100 | 110100 |
Color Harmonies of #08D8FF
Complementary color
Monochromatic Colors of #08D8FF
Black with #08D8FF
Text Example
Text Example
White with #08D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D8FF; }
p { color: rgb(8,216,255); }
H1.HeaderClassName
{
color: #08D8FF;
}
.AnyTagClassName
{
color: #08D8FF;
}
</style>
background-color css
<style>
a { background-color: #08D8FF; }
a { background-color: rgb(8,216,255); }
div.DivClassName
{
background-color: #08D8FF;
}
.BgClassName
{
background-color: #08D8FF;
}
</style>
border-color css
<style>
span { border-color: #08D8FF; }
span { border-color: rgb(8,216,255); }
td.TdClassName
{
border-color: #08D8FF;
}
.TagClassName
{
border-color: #08D8FF;
}
</style>