Shades of Deep Sky Blue #08D4FF
Tints of Deep Sky Blue #08D4FF
RGB
CMYK
RGB Variations
Color information
#08D4FF (or 0x08D4FF) is known color: Deep Sky Blue. HEX triplet: 08, D4 and FF. RGB value is (8,212,255). Sum of RGB (Red+Green+Blue) = 8+212+255=475 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.68% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #08D4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08D4FF is #F72B00. Grayscale: #9B9B9B. Windows color (decimal): -16198401 or 16765960. OLE color: 16765960.
HSL color Cylindrical-coordinate representation of color #08D4FF: hue angle of 190.45º 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 #08D4FF is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 212 | 255 | - |
| CMYK | 0.97 | 0.17 | 0 | 0 |
| HSL | 190.45º | 1% | 0.52% | - |
| HSV(B) | 190.45º | 0.97% | 1% | - |
| XYZ | 41.69 | 54.36 | 102.9 | - |
| YUV | 155.91 | 183.91 | 22.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 212 | 255 | 0.97 | 0.17 | 0 | 0 | 190.45 | 1 | 0.52 |
| Hex | 8 | D4 | FF | 61 | 11 | 0 | 0 | BE | 64 | 34 |
| Octal | 10 | 324 | 377 | 141 | 21 | 0 | 0 | 276 | 144 | 64 |
| Binary | 1000 | 11010100 | 11111111 | 1100001 | 10001 | 0 | 0 | 10111110 | 1100100 | 110100 |
Color Harmonies of #08D4FF
Complementary color
Monochromatic Colors of #08D4FF
Black with #08D4FF
Text Example
Text Example
White with #08D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D4FF; }
p { color: rgb(8,212,255); }
H1.HeaderClassName
{
color: #08D4FF;
}
.AnyTagClassName
{
color: #08D4FF;
}
</style>
background-color css
<style>
a { background-color: #08D4FF; }
a { background-color: rgb(8,212,255); }
div.DivClassName
{
background-color: #08D4FF;
}
.BgClassName
{
background-color: #08D4FF;
}
</style>
border-color css
<style>
span { border-color: #08D4FF; }
span { border-color: rgb(8,212,255); }
td.TdClassName
{
border-color: #08D4FF;
}
.TagClassName
{
border-color: #08D4FF;
}
</style>