Shades of Deep Sky Blue #0DB9EB
Tints of Deep Sky Blue #0DB9EB
RGB
CMYK
RGB Variations
Color information
#0DB9EB (or 0x0DB9EB) is known color: Deep Sky Blue. HEX triplet: 0D, B9 and EB. RGB value is (13,185,235). Sum of RGB (Red+Green+Blue) = 13+185+235=433 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DB9EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB9EB is #F24614. Grayscale: #8A8A8A. Windows color (decimal): -15877653 or 15448333. OLE color: 15448333.
HSL color Cylindrical-coordinate representation of color #0DB9EB: hue angle of 193.51º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB9EB is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 185 | 235 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.08 |
| HSL | 193.51º | 0.9% | 0.49% | - |
| HSV(B) | 193.51º | 0.94% | 0.92% | - |
| XYZ | 32.51 | 40.78 | 84.76 | - |
| YUV | 139.27 | 182.02 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 235 | 0.94 | 0.21 | 0 | 0.08 | 193.51 | 0.9 | 0.49 |
| Hex | D | B9 | EB | 5E | 15 | 0 | 8 | C2 | 5A | 31 |
| Octal | 15 | 271 | 353 | 136 | 25 | 0 | 10 | 302 | 132 | 61 |
| Binary | 1101 | 10111001 | 11101011 | 1011110 | 10101 | 0 | 1000 | 11000010 | 1011010 | 110001 |
Color Harmonies of #0DB9EB
Complementary color
Monochromatic Colors of #0DB9EB
Black with #0DB9EB
Text Example
Text Example
White with #0DB9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB9EB; }
p { color: rgb(13,185,235); }
H1.HeaderClassName
{
color: #0DB9EB;
}
.AnyTagClassName
{
color: #0DB9EB;
}
</style>
background-color css
<style>
a { background-color: #0DB9EB; }
a { background-color: rgb(13,185,235); }
div.DivClassName
{
background-color: #0DB9EB;
}
.BgClassName
{
background-color: #0DB9EB;
}
</style>
border-color css
<style>
span { border-color: #0DB9EB; }
span { border-color: rgb(13,185,235); }
td.TdClassName
{
border-color: #0DB9EB;
}
.TagClassName
{
border-color: #0DB9EB;
}
</style>