Shades of Deep Sky Blue #0DBBEA
Tints of Deep Sky Blue #0DBBEA
RGB
CMYK
RGB Variations
Color information
#0DBBEA (or 0x0DBBEA) is known color: Deep Sky Blue. HEX triplet: 0D, BB and EA. RGB value is (13,187,234). Sum of RGB (Red+Green+Blue) = 13+187+234=434 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DBBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBBEA is #F24415. Grayscale: #8B8B8B. Windows color (decimal): -15877142 or 15383309. OLE color: 15383309.
HSL color Cylindrical-coordinate representation of color #0DBBEA: hue angle of 192.76º 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 #0DBBEA is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 187 | 234 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.08 |
| HSL | 192.76º | 0.89% | 0.48% | - |
| HSV(B) | 192.76º | 0.94% | 0.92% | - |
| XYZ | 32.79 | 41.57 | 84.14 | - |
| YUV | 140.33 | 180.85 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 234 | 0.94 | 0.20 | 0 | 0.08 | 192.76 | 0.89 | 0.48 |
| Hex | D | BB | EA | 5E | 14 | 0 | 8 | C1 | 59 | 30 |
| Octal | 15 | 273 | 352 | 136 | 24 | 0 | 10 | 301 | 131 | 60 |
| Binary | 1101 | 10111011 | 11101010 | 1011110 | 10100 | 0 | 1000 | 11000001 | 1011001 | 110000 |
Color Harmonies of #0DBBEA
Complementary color
Monochromatic Colors of #0DBBEA
Black with #0DBBEA
Text Example
Text Example
White with #0DBBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBEA; }
p { color: rgb(13,187,234); }
H1.HeaderClassName
{
color: #0DBBEA;
}
.AnyTagClassName
{
color: #0DBBEA;
}
</style>
background-color css
<style>
a { background-color: #0DBBEA; }
a { background-color: rgb(13,187,234); }
div.DivClassName
{
background-color: #0DBBEA;
}
.BgClassName
{
background-color: #0DBBEA;
}
</style>
border-color css
<style>
span { border-color: #0DBBEA; }
span { border-color: rgb(13,187,234); }
td.TdClassName
{
border-color: #0DBBEA;
}
.TagClassName
{
border-color: #0DBBEA;
}
</style>