Shades of Deep Sky Blue #0DACEA
Tints of Deep Sky Blue #0DACEA
RGB
CMYK
RGB Variations
Color information
#0DACEA (or 0x0DACEA) is known color: Deep Sky Blue. HEX triplet: 0D, AC and EA. RGB value is (13,172,234). Sum of RGB (Red+Green+Blue) = 13+172+234=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DACEA is #F25315. Grayscale: #838383. Windows color (decimal): -15880982 or 15379469. OLE color: 15379469.
HSL color Cylindrical-coordinate representation of color #0DACEA: hue angle of 196.83º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DACEA is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 172 | 234 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.08 |
| HSL | 196.83º | 0.89% | 0.48% | - |
| HSV(B) | 196.83º | 0.94% | 0.92% | - |
| XYZ | 29.77 | 35.53 | 83.13 | - |
| YUV | 131.53 | 185.82 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 234 | 0.94 | 0.26 | 0 | 0.08 | 196.83 | 0.89 | 0.48 |
| Hex | D | AC | EA | 5E | 1A | 0 | 8 | C5 | 59 | 30 |
| Octal | 15 | 254 | 352 | 136 | 32 | 0 | 10 | 305 | 131 | 60 |
| Binary | 1101 | 10101100 | 11101010 | 1011110 | 11010 | 0 | 1000 | 11000101 | 1011001 | 110000 |
Color Harmonies of #0DACEA
Complementary color
Monochromatic Colors of #0DACEA
Black with #0DACEA
Text Example
Text Example
White with #0DACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DACEA; }
p { color: rgb(13,172,234); }
H1.HeaderClassName
{
color: #0DACEA;
}
.AnyTagClassName
{
color: #0DACEA;
}
</style>
background-color css
<style>
a { background-color: #0DACEA; }
a { background-color: rgb(13,172,234); }
div.DivClassName
{
background-color: #0DACEA;
}
.BgClassName
{
background-color: #0DACEA;
}
</style>
border-color css
<style>
span { border-color: #0DACEA; }
span { border-color: rgb(13,172,234); }
td.TdClassName
{
border-color: #0DACEA;
}
.TagClassName
{
border-color: #0DACEA;
}
</style>