Shades of Deep Sky Blue #0DBAEB
Tints of Deep Sky Blue #0DBAEB
RGB
CMYK
RGB Variations
Color information
#0DBAEB (or 0x0DBAEB) is known color: Deep Sky Blue. HEX triplet: 0D, BA and EB. RGB value is (13,186,235). Sum of RGB (Red+Green+Blue) = 13+186+235=434 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DBAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBAEB is #F24514. Grayscale: #8B8B8B. Windows color (decimal): -15877397 or 15448589. OLE color: 15448589.
HSL color Cylindrical-coordinate representation of color #0DBAEB: hue angle of 193.24º 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 #0DBAEB is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 186 | 235 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.08 |
| HSL | 193.24º | 0.9% | 0.49% | - |
| HSV(B) | 193.24º | 0.94% | 0.92% | - |
| XYZ | 32.72 | 41.2 | 84.83 | - |
| YUV | 139.86 | 181.69 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 235 | 0.94 | 0.21 | 0 | 0.08 | 193.24 | 0.9 | 0.49 |
| Hex | D | BA | EB | 5E | 15 | 0 | 8 | C1 | 5A | 31 |
| Octal | 15 | 272 | 353 | 136 | 25 | 0 | 10 | 301 | 132 | 61 |
| Binary | 1101 | 10111010 | 11101011 | 1011110 | 10101 | 0 | 1000 | 11000001 | 1011010 | 110001 |
Color Harmonies of #0DBAEB
Complementary color
Monochromatic Colors of #0DBAEB
Black with #0DBAEB
Text Example
Text Example
White with #0DBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBAEB; }
p { color: rgb(13,186,235); }
H1.HeaderClassName
{
color: #0DBAEB;
}
.AnyTagClassName
{
color: #0DBAEB;
}
</style>
background-color css
<style>
a { background-color: #0DBAEB; }
a { background-color: rgb(13,186,235); }
div.DivClassName
{
background-color: #0DBAEB;
}
.BgClassName
{
background-color: #0DBAEB;
}
</style>
border-color css
<style>
span { border-color: #0DBAEB; }
span { border-color: rgb(13,186,235); }
td.TdClassName
{
border-color: #0DBAEB;
}
.TagClassName
{
border-color: #0DBAEB;
}
</style>