Shades of Deep Sky Blue #08ADEF
Tints of Deep Sky Blue #08ADEF
RGB
CMYK
RGB Variations
Color information
#08ADEF (or 0x08ADEF) is known color: Deep Sky Blue. HEX triplet: 08, AD and EF. RGB value is (8,173,239). Sum of RGB (Red+Green+Blue) = 8+173+239=420 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #08ADEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ADEF is #F75210. Grayscale: #828282. Windows color (decimal): -16208401 or 15707400. OLE color: 15707400.
HSL color Cylindrical-coordinate representation of color #08ADEF: hue angle of 197.14º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08ADEF is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 173 | 239 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.06 |
| HSL | 197.14º | 0.94% | 0.48% | - |
| HSV(B) | 197.14º | 0.97% | 0.94% | - |
| XYZ | 30.62 | 36.17 | 87.03 | - |
| YUV | 131.19 | 188.84 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 239 | 0.97 | 0.28 | 0 | 0.06 | 197.14 | 0.94 | 0.48 |
| Hex | 8 | AD | EF | 61 | 1C | 0 | 6 | C5 | 5E | 30 |
| Octal | 10 | 255 | 357 | 141 | 34 | 0 | 6 | 305 | 136 | 60 |
| Binary | 1000 | 10101101 | 11101111 | 1100001 | 11100 | 0 | 110 | 11000101 | 1011110 | 110000 |
Color Harmonies of #08ADEF
Complementary color
Monochromatic Colors of #08ADEF
Black with #08ADEF
Text Example
Text Example
White with #08ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ADEF; }
p { color: rgb(8,173,239); }
H1.HeaderClassName
{
color: #08ADEF;
}
.AnyTagClassName
{
color: #08ADEF;
}
</style>
background-color css
<style>
a { background-color: #08ADEF; }
a { background-color: rgb(8,173,239); }
div.DivClassName
{
background-color: #08ADEF;
}
.BgClassName
{
background-color: #08ADEF;
}
</style>
border-color css
<style>
span { border-color: #08ADEF; }
span { border-color: rgb(8,173,239); }
td.TdClassName
{
border-color: #08ADEF;
}
.TagClassName
{
border-color: #08ADEF;
}
</style>