Shades of Deep Sky Blue #08ADFF
Tints of Deep Sky Blue #08ADFF
RGB
CMYK
RGB Variations
Color information
#08ADFF (or 0x08ADFF) is known color: Deep Sky Blue. HEX triplet: 08, AD and FF. RGB value is (8,173,255). Sum of RGB (Red+Green+Blue) = 8+173+255=436 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #08ADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ADFF is #F75200. Grayscale: #848484. Windows color (decimal): -16208385 or 16755976. OLE color: 16755976.
HSL color Cylindrical-coordinate representation of color #08ADFF: hue angle of 199.92º 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 #08ADFF is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 173 | 255 | - |
| CMYK | 0.97 | 0.32 | 0 | 0 |
| HSL | 199.92º | 1% | 0.52% | - |
| HSV(B) | 199.92º | 0.97% | 1% | - |
| XYZ | 33.09 | 37.16 | 100.04 | - |
| YUV | 133.01 | 196.84 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 255 | 0.97 | 0.32 | 0 | 0 | 199.92 | 1 | 0.52 |
| Hex | 8 | AD | FF | 61 | 20 | 0 | 0 | C8 | 64 | 34 |
| Octal | 10 | 255 | 377 | 141 | 40 | 0 | 0 | 310 | 144 | 64 |
| Binary | 1000 | 10101101 | 11111111 | 1100001 | 100000 | 0 | 0 | 11001000 | 1100100 | 110100 |
Color Harmonies of #08ADFF
Complementary color
Monochromatic Colors of #08ADFF
Black with #08ADFF
Text Example
Text Example
White with #08ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ADFF; }
p { color: rgb(8,173,255); }
H1.HeaderClassName
{
color: #08ADFF;
}
.AnyTagClassName
{
color: #08ADFF;
}
</style>
background-color css
<style>
a { background-color: #08ADFF; }
a { background-color: rgb(8,173,255); }
div.DivClassName
{
background-color: #08ADFF;
}
.BgClassName
{
background-color: #08ADFF;
}
</style>
border-color css
<style>
span { border-color: #08ADFF; }
span { border-color: rgb(8,173,255); }
td.TdClassName
{
border-color: #08ADFF;
}
.TagClassName
{
border-color: #08ADFF;
}
</style>