Shades of Deep Sky Blue #0DABEB
Tints of Deep Sky Blue #0DABEB
RGB
CMYK
RGB Variations
Color information
#0DABEB (or 0x0DABEB) is known color: Deep Sky Blue. HEX triplet: 0D, AB and EB. RGB value is (13,171,235). Sum of RGB (Red+Green+Blue) = 13+171+235=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DABEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DABEB is #F25414. Grayscale: #828282. Windows color (decimal): -15881237 or 15444749. OLE color: 15444749.
HSL color Cylindrical-coordinate representation of color #0DABEB: hue angle of 197.3º 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 #0DABEB is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 171 | 235 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.08 |
| HSL | 197.3º | 0.9% | 0.49% | - |
| HSV(B) | 197.3º | 0.94% | 0.92% | - |
| XYZ | 29.72 | 35.21 | 83.83 | - |
| YUV | 131.05 | 186.65 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 235 | 0.94 | 0.27 | 0 | 0.08 | 197.3 | 0.9 | 0.49 |
| Hex | D | AB | EB | 5E | 1B | 0 | 8 | C5 | 5A | 31 |
| Octal | 15 | 253 | 353 | 136 | 33 | 0 | 10 | 305 | 132 | 61 |
| Binary | 1101 | 10101011 | 11101011 | 1011110 | 11011 | 0 | 1000 | 11000101 | 1011010 | 110001 |
Color Harmonies of #0DABEB
Complementary color
Monochromatic Colors of #0DABEB
Black with #0DABEB
Text Example
Text Example
White with #0DABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABEB; }
p { color: rgb(13,171,235); }
H1.HeaderClassName
{
color: #0DABEB;
}
.AnyTagClassName
{
color: #0DABEB;
}
</style>
background-color css
<style>
a { background-color: #0DABEB; }
a { background-color: rgb(13,171,235); }
div.DivClassName
{
background-color: #0DABEB;
}
.BgClassName
{
background-color: #0DABEB;
}
</style>
border-color css
<style>
span { border-color: #0DABEB; }
span { border-color: rgb(13,171,235); }
td.TdClassName
{
border-color: #0DABEB;
}
.TagClassName
{
border-color: #0DABEB;
}
</style>