Shades of Deep Sky Blue #08DAFF
Tints of Deep Sky Blue #08DAFF
RGB
CMYK
RGB Variations
Color information
#08DAFF (or 0x08DAFF) is known color: Deep Sky Blue. HEX triplet: 08, DA and FF. RGB value is (8,218,255). Sum of RGB (Red+Green+Blue) = 8+218+255=481 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.66% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #08DAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DAFF is #F72500. Grayscale: #9F9F9F. Windows color (decimal): -16196865 or 16767496. OLE color: 16767496.
HSL color Cylindrical-coordinate representation of color #08DAFF: hue angle of 188.99º 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 #08DAFF is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 218 | 255 | - |
| CMYK | 0.97 | 0.15 | 0 | 0 |
| HSL | 188.99º | 1% | 0.52% | - |
| HSV(B) | 188.99º | 0.97% | 1% | - |
| XYZ | 43.22 | 57.41 | 103.41 | - |
| YUV | 159.43 | 181.93 | 19.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 218 | 255 | 0.97 | 0.15 | 0 | 0 | 188.99 | 1 | 0.52 |
| Hex | 8 | DA | FF | 61 | F | 0 | 0 | BD | 64 | 34 |
| Octal | 10 | 332 | 377 | 141 | 17 | 0 | 0 | 275 | 144 | 64 |
| Binary | 1000 | 11011010 | 11111111 | 1100001 | 1111 | 0 | 0 | 10111101 | 1100100 | 110100 |
Color Harmonies of #08DAFF
Complementary color
Monochromatic Colors of #08DAFF
Black with #08DAFF
Text Example
Text Example
White with #08DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DAFF; }
p { color: rgb(8,218,255); }
H1.HeaderClassName
{
color: #08DAFF;
}
.AnyTagClassName
{
color: #08DAFF;
}
</style>
background-color css
<style>
a { background-color: #08DAFF; }
a { background-color: rgb(8,218,255); }
div.DivClassName
{
background-color: #08DAFF;
}
.BgClassName
{
background-color: #08DAFF;
}
</style>
border-color css
<style>
span { border-color: #08DAFF; }
span { border-color: rgb(8,218,255); }
td.TdClassName
{
border-color: #08DAFF;
}
.TagClassName
{
border-color: #08DAFF;
}
</style>