Shades of Deep Sky Blue #0DAAEB
Tints of Deep Sky Blue #0DAAEB
RGB
CMYK
RGB Variations
Color information
#0DAAEB (or 0x0DAAEB) is known color: Deep Sky Blue. HEX triplet: 0D, AA and EB. RGB value is (13,170,235). Sum of RGB (Red+Green+Blue) = 13+170+235=418 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.11% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DAAEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DAAEB is #F25514. Grayscale: #828282. Windows color (decimal): -15881493 or 15444493. OLE color: 15444493.
HSL color Cylindrical-coordinate representation of color #0DAAEB: hue angle of 197.57º 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 #0DAAEB is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 170 | 235 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.08 |
| HSL | 197.57º | 0.9% | 0.49% | - |
| HSV(B) | 197.57º | 0.94% | 0.92% | - |
| XYZ | 29.54 | 34.83 | 83.76 | - |
| YUV | 130.47 | 186.99 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 235 | 0.94 | 0.28 | 0 | 0.08 | 197.57 | 0.9 | 0.49 |
| Hex | D | AA | EB | 5E | 1C | 0 | 8 | C6 | 5A | 31 |
| Octal | 15 | 252 | 353 | 136 | 34 | 0 | 10 | 306 | 132 | 61 |
| Binary | 1101 | 10101010 | 11101011 | 1011110 | 11100 | 0 | 1000 | 11000110 | 1011010 | 110001 |
Color Harmonies of #0DAAEB
Complementary color
Monochromatic Colors of #0DAAEB
Black with #0DAAEB
Text Example
Text Example
White with #0DAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAAEB; }
p { color: rgb(13,170,235); }
H1.HeaderClassName
{
color: #0DAAEB;
}
.AnyTagClassName
{
color: #0DAAEB;
}
</style>
background-color css
<style>
a { background-color: #0DAAEB; }
a { background-color: rgb(13,170,235); }
div.DivClassName
{
background-color: #0DAAEB;
}
.BgClassName
{
background-color: #0DAAEB;
}
</style>
border-color css
<style>
span { border-color: #0DAAEB; }
span { border-color: rgb(13,170,235); }
td.TdClassName
{
border-color: #0DAAEB;
}
.TagClassName
{
border-color: #0DAAEB;
}
</style>