Shades of Deep Sky Blue #0DBCEB
Tints of Deep Sky Blue #0DBCEB
RGB
CMYK
RGB Variations
Color information
#0DBCEB (or 0x0DBCEB) is known color: Deep Sky Blue. HEX triplet: 0D, BC and EB. RGB value is (13,188,235). Sum of RGB (Red+Green+Blue) = 13+188+235=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DBCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBCEB is #F24314. Grayscale: #8C8C8C. Windows color (decimal): -15876885 or 15449101. OLE color: 15449101.
HSL color Cylindrical-coordinate representation of color #0DBCEB: hue angle of 192.7º 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 #0DBCEB is Cyan = 0.94, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 188 | 235 | - |
| CMYK | 0.94 | 0.2 | 0 | 0.08 |
| HSL | 192.7º | 0.9% | 0.49% | - |
| HSV(B) | 192.7º | 0.94% | 0.92% | - |
| XYZ | 33.14 | 42.05 | 84.97 | - |
| YUV | 141.03 | 181.02 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 235 | 0.94 | 0.2 | 0 | 0.08 | 192.7 | 0.9 | 0.49 |
| Hex | D | BC | EB | 5E | 14 | 0 | 8 | C1 | 5A | 31 |
| Octal | 15 | 274 | 353 | 136 | 24 | 0 | 10 | 301 | 132 | 61 |
| Binary | 1101 | 10111100 | 11101011 | 1011110 | 10100 | 0 | 1000 | 11000001 | 1011010 | 110001 |
Color Harmonies of #0DBCEB
Complementary color
Monochromatic Colors of #0DBCEB
Black with #0DBCEB
Text Example
Text Example
White with #0DBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCEB; }
p { color: rgb(13,188,235); }
H1.HeaderClassName
{
color: #0DBCEB;
}
.AnyTagClassName
{
color: #0DBCEB;
}
</style>
background-color css
<style>
a { background-color: #0DBCEB; }
a { background-color: rgb(13,188,235); }
div.DivClassName
{
background-color: #0DBCEB;
}
.BgClassName
{
background-color: #0DBCEB;
}
</style>
border-color css
<style>
span { border-color: #0DBCEB; }
span { border-color: rgb(13,188,235); }
td.TdClassName
{
border-color: #0DBCEB;
}
.TagClassName
{
border-color: #0DBCEB;
}
</style>