Shades of Deep Sky Blue #08D0EE
Tints of Deep Sky Blue #08D0EE
RGB
CMYK
RGB Variations
Color information
#08D0EE (or 0x08D0EE) is known color: Deep Sky Blue. HEX triplet: 08, D0 and EE. RGB value is (8,208,238). Sum of RGB (Red+Green+Blue) = 8+208+238=454 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.76% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #08D0EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08D0EE is #F72F11. Grayscale: #979797. Windows color (decimal): -16199442 or 15650824. OLE color: 15650824.
HSL color Cylindrical-coordinate representation of color #08D0EE: hue angle of 187.83º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08D0EE is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 208 | 238 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.07 |
| HSL | 187.83º | 0.93% | 0.48% | - |
| HSV(B) | 187.83º | 0.97% | 0.93% | - |
| XYZ | 38.09 | 51.34 | 88.79 | - |
| YUV | 151.62 | 176.74 | 25.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 208 | 238 | 0.97 | 0.13 | 0 | 0.07 | 187.83 | 0.93 | 0.48 |
| Hex | 8 | D0 | EE | 61 | D | 0 | 7 | BC | 5D | 30 |
| Octal | 10 | 320 | 356 | 141 | 15 | 0 | 7 | 274 | 135 | 60 |
| Binary | 1000 | 11010000 | 11101110 | 1100001 | 1101 | 0 | 111 | 10111100 | 1011101 | 110000 |
Color Harmonies of #08D0EE
Complementary color
Monochromatic Colors of #08D0EE
Black with #08D0EE
Text Example
Text Example
White with #08D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D0EE; }
p { color: rgb(8,208,238); }
H1.HeaderClassName
{
color: #08D0EE;
}
.AnyTagClassName
{
color: #08D0EE;
}
</style>
background-color css
<style>
a { background-color: #08D0EE; }
a { background-color: rgb(8,208,238); }
div.DivClassName
{
background-color: #08D0EE;
}
.BgClassName
{
background-color: #08D0EE;
}
</style>
border-color css
<style>
span { border-color: #08D0EE; }
span { border-color: rgb(8,208,238); }
td.TdClassName
{
border-color: #08D0EE;
}
.TagClassName
{
border-color: #08D0EE;
}
</style>