Shades of Deep Sky Blue #0DBAEC
Tints of Deep Sky Blue #0DBAEC
RGB
CMYK
RGB Variations
Color information
#0DBAEC (or 0x0DBAEC) is known color: Deep Sky Blue. HEX triplet: 0D, BA and EC. RGB value is (13,186,236). Sum of RGB (Red+Green+Blue) = 13+186+236=435 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.99% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #0DBAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBAEC is #F24513. Grayscale: #8B8B8B. Windows color (decimal): -15877396 or 15514125. OLE color: 15514125.
HSL color Cylindrical-coordinate representation of color #0DBAEC: hue angle of 193.45º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBAEC is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 186 | 236 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.07 |
| HSL | 193.45º | 0.9% | 0.49% | - |
| HSV(B) | 193.45º | 0.94% | 0.93% | - |
| XYZ | 32.87 | 41.26 | 85.59 | - |
| YUV | 139.97 | 182.19 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 236 | 0.94 | 0.21 | 0 | 0.07 | 193.45 | 0.9 | 0.49 |
| Hex | D | BA | EC | 5E | 15 | 0 | 7 | C1 | 5A | 31 |
| Octal | 15 | 272 | 354 | 136 | 25 | 0 | 7 | 301 | 132 | 61 |
| Binary | 1101 | 10111010 | 11101100 | 1011110 | 10101 | 0 | 111 | 11000001 | 1011010 | 110001 |
Color Harmonies of #0DBAEC
Complementary color
Monochromatic Colors of #0DBAEC
Black with #0DBAEC
Text Example
Text Example
White with #0DBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBAEC; }
p { color: rgb(13,186,236); }
H1.HeaderClassName
{
color: #0DBAEC;
}
.AnyTagClassName
{
color: #0DBAEC;
}
</style>
background-color css
<style>
a { background-color: #0DBAEC; }
a { background-color: rgb(13,186,236); }
div.DivClassName
{
background-color: #0DBAEC;
}
.BgClassName
{
background-color: #0DBAEC;
}
</style>
border-color css
<style>
span { border-color: #0DBAEC; }
span { border-color: rgb(13,186,236); }
td.TdClassName
{
border-color: #0DBAEC;
}
.TagClassName
{
border-color: #0DBAEC;
}
</style>