Shades of Deep Sky Blue #0DB9EA
Tints of Deep Sky Blue #0DB9EA
RGB
CMYK
RGB Variations
Color information
#0DB9EA (or 0x0DB9EA) is known color: Deep Sky Blue. HEX triplet: 0D, B9 and EA. RGB value is (13,185,234). Sum of RGB (Red+Green+Blue) = 13+185+234=432 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.01% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DB9EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB9EA is #F24615. Grayscale: #8A8A8A. Windows color (decimal): -15877654 or 15382797. OLE color: 15382797.
HSL color Cylindrical-coordinate representation of color #0DB9EA: hue angle of 193.3º 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 #0DB9EA is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 185 | 234 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.08 |
| HSL | 193.3º | 0.89% | 0.48% | - |
| HSV(B) | 193.3º | 0.94% | 0.92% | - |
| XYZ | 32.37 | 40.72 | 84 | - |
| YUV | 139.16 | 181.52 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 234 | 0.94 | 0.21 | 0 | 0.08 | 193.3 | 0.89 | 0.48 |
| Hex | D | B9 | EA | 5E | 15 | 0 | 8 | C1 | 59 | 30 |
| Octal | 15 | 271 | 352 | 136 | 25 | 0 | 10 | 301 | 131 | 60 |
| Binary | 1101 | 10111001 | 11101010 | 1011110 | 10101 | 0 | 1000 | 11000001 | 1011001 | 110000 |
Color Harmonies of #0DB9EA
Complementary color
Monochromatic Colors of #0DB9EA
Black with #0DB9EA
Text Example
Text Example
White with #0DB9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB9EA; }
p { color: rgb(13,185,234); }
H1.HeaderClassName
{
color: #0DB9EA;
}
.AnyTagClassName
{
color: #0DB9EA;
}
</style>
background-color css
<style>
a { background-color: #0DB9EA; }
a { background-color: rgb(13,185,234); }
div.DivClassName
{
background-color: #0DB9EA;
}
.BgClassName
{
background-color: #0DB9EA;
}
</style>
border-color css
<style>
span { border-color: #0DB9EA; }
span { border-color: rgb(13,185,234); }
td.TdClassName
{
border-color: #0DB9EA;
}
.TagClassName
{
border-color: #0DB9EA;
}
</style>