Shades of Deep Sky Blue #0DACE8
Tints of Deep Sky Blue #0DACE8
RGB
CMYK
RGB Variations
Color information
#0DACE8 (or 0x0DACE8) is known color: Deep Sky Blue. HEX triplet: 0D, AC and E8. RGB value is (13,172,232). Sum of RGB (Red+Green+Blue) = 13+172+232=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 232 (91.02% from 255 or 55.64% from 417); Max value from RGB is 232 - color contains mainly: blue. Hex color #0DACE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DACE8 is #F25317. Grayscale: #828282. Windows color (decimal): -15880984 or 15248397. OLE color: 15248397.
HSL color Cylindrical-coordinate representation of color #0DACE8: hue angle of 196.44º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DACE8 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 172 | 232 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.09 |
| HSL | 196.44º | 0.89% | 0.48% | - |
| HSV(B) | 196.44º | 0.94% | 0.91% | - |
| XYZ | 29.48 | 35.42 | 81.63 | - |
| YUV | 131.3 | 184.82 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 232 | 0.94 | 0.26 | 0 | 0.09 | 196.44 | 0.89 | 0.48 |
| Hex | D | AC | E8 | 5E | 1A | 0 | 9 | C4 | 59 | 30 |
| Octal | 15 | 254 | 350 | 136 | 32 | 0 | 11 | 304 | 131 | 60 |
| Binary | 1101 | 10101100 | 11101000 | 1011110 | 11010 | 0 | 1001 | 11000100 | 1011001 | 110000 |
Color Harmonies of #0DACE8
Complementary color
Monochromatic Colors of #0DACE8
Black with #0DACE8
Text Example
Text Example
White with #0DACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DACE8; }
p { color: rgb(13,172,232); }
H1.HeaderClassName
{
color: #0DACE8;
}
.AnyTagClassName
{
color: #0DACE8;
}
</style>
background-color css
<style>
a { background-color: #0DACE8; }
a { background-color: rgb(13,172,232); }
div.DivClassName
{
background-color: #0DACE8;
}
.BgClassName
{
background-color: #0DACE8;
}
</style>
border-color css
<style>
span { border-color: #0DACE8; }
span { border-color: rgb(13,172,232); }
td.TdClassName
{
border-color: #0DACE8;
}
.TagClassName
{
border-color: #0DACE8;
}
</style>