Shades of Deep Sky Blue #0DBEE9
Tints of Deep Sky Blue #0DBEE9
RGB
CMYK
RGB Variations
Color information
#0DBEE9 (or 0x0DBEE9) is known color: Deep Sky Blue. HEX triplet: 0D, BE and E9. RGB value is (13,190,233). Sum of RGB (Red+Green+Blue) = 13+190+233=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 233 (91.41% from 255 or 53.44% from 436); Max value from RGB is 233 - color contains mainly: blue. Hex color #0DBEE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBEE9 is #F24116. Grayscale: #8D8D8D. Windows color (decimal): -15876375 or 15318541. OLE color: 15318541.
HSL color Cylindrical-coordinate representation of color #0DBEE9: hue angle of 191.73º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBEE9 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 190 | 233 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.09 |
| HSL | 191.73º | 0.89% | 0.48% | - |
| HSV(B) | 191.73º | 0.94% | 0.91% | - |
| XYZ | 33.29 | 42.8 | 83.6 | - |
| YUV | 141.98 | 179.36 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 233 | 0.94 | 0.18 | 0 | 0.09 | 191.73 | 0.89 | 0.48 |
| Hex | D | BE | E9 | 5E | 12 | 0 | 9 | C0 | 59 | 30 |
| Octal | 15 | 276 | 351 | 136 | 22 | 0 | 11 | 300 | 131 | 60 |
| Binary | 1101 | 10111110 | 11101001 | 1011110 | 10010 | 0 | 1001 | 11000000 | 1011001 | 110000 |
Color Harmonies of #0DBEE9
Complementary color
Monochromatic Colors of #0DBEE9
Black with #0DBEE9
Text Example
Text Example
White with #0DBEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEE9; }
p { color: rgb(13,190,233); }
H1.HeaderClassName
{
color: #0DBEE9;
}
.AnyTagClassName
{
color: #0DBEE9;
}
</style>
background-color css
<style>
a { background-color: #0DBEE9; }
a { background-color: rgb(13,190,233); }
div.DivClassName
{
background-color: #0DBEE9;
}
.BgClassName
{
background-color: #0DBEE9;
}
</style>
border-color css
<style>
span { border-color: #0DBEE9; }
span { border-color: rgb(13,190,233); }
td.TdClassName
{
border-color: #0DBEE9;
}
.TagClassName
{
border-color: #0DBEE9;
}
</style>