Shades of Deep Sky Blue #0DBDEA
Tints of Deep Sky Blue #0DBDEA
RGB
CMYK
RGB Variations
Color information
#0DBDEA (or 0x0DBDEA) is known color: Deep Sky Blue. HEX triplet: 0D, BD and EA. RGB value is (13,189,234). Sum of RGB (Red+Green+Blue) = 13+189+234=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DBDEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBDEA is #F24215. Grayscale: #8D8D8D. Windows color (decimal): -15876630 or 15383821. OLE color: 15383821.
HSL color Cylindrical-coordinate representation of color #0DBDEA: hue angle of 192.22º 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 #0DBDEA is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 189 | 234 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.08 |
| HSL | 192.22º | 0.89% | 0.48% | - |
| HSV(B) | 192.22º | 0.94% | 0.92% | - |
| XYZ | 33.21 | 42.42 | 84.28 | - |
| YUV | 141.51 | 180.19 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 234 | 0.94 | 0.19 | 0 | 0.08 | 192.22 | 0.89 | 0.48 |
| Hex | D | BD | EA | 5E | 13 | 0 | 8 | C0 | 59 | 30 |
| Octal | 15 | 275 | 352 | 136 | 23 | 0 | 10 | 300 | 131 | 60 |
| Binary | 1101 | 10111101 | 11101010 | 1011110 | 10011 | 0 | 1000 | 11000000 | 1011001 | 110000 |
Color Harmonies of #0DBDEA
Complementary color
Monochromatic Colors of #0DBDEA
Black with #0DBDEA
Text Example
Text Example
White with #0DBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDEA; }
p { color: rgb(13,189,234); }
H1.HeaderClassName
{
color: #0DBDEA;
}
.AnyTagClassName
{
color: #0DBDEA;
}
</style>
background-color css
<style>
a { background-color: #0DBDEA; }
a { background-color: rgb(13,189,234); }
div.DivClassName
{
background-color: #0DBDEA;
}
.BgClassName
{
background-color: #0DBDEA;
}
</style>
border-color css
<style>
span { border-color: #0DBDEA; }
span { border-color: rgb(13,189,234); }
td.TdClassName
{
border-color: #0DBDEA;
}
.TagClassName
{
border-color: #0DBDEA;
}
</style>