Shades of Deep Sky Blue #0EAAEB
Tints of Deep Sky Blue #0EAAEB
RGB
CMYK
RGB Variations
Color information
#0EAAEB (or 0x0EAAEB) is known color: Deep Sky Blue. HEX triplet: 0E, AA and EB. RGB value is (14,170,235). Sum of RGB (Red+Green+Blue) = 14+170+235=419 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.34% from 419); Green value is 170 (66.80% from 255 or 40.57% 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 #0EAAEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EAAEB is #F15514. Grayscale: #828282. Windows color (decimal): -15815957 or 15444494. OLE color: 15444494.
HSL color Cylindrical-coordinate representation of color #0EAAEB: hue angle of 197.65º degrees, saturation: 0.89, 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 #0EAAEB is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 170 | 235 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.08 |
| HSL | 197.65º | 0.89% | 0.49% | - |
| HSV(B) | 197.65º | 0.94% | 0.92% | - |
| XYZ | 29.55 | 34.84 | 83.76 | - |
| YUV | 130.77 | 186.82 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 235 | 0.94 | 0.28 | 0 | 0.08 | 197.65 | 0.89 | 0.49 |
| Hex | E | AA | EB | 5E | 1C | 0 | 8 | C6 | 59 | 31 |
| Octal | 16 | 252 | 353 | 136 | 34 | 0 | 10 | 306 | 131 | 61 |
| Binary | 1110 | 10101010 | 11101011 | 1011110 | 11100 | 0 | 1000 | 11000110 | 1011001 | 110001 |
Color Harmonies of #0EAAEB
Complementary color
Monochromatic Colors of #0EAAEB
Black with #0EAAEB
Text Example
Text Example
White with #0EAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAAEB; }
p { color: rgb(14,170,235); }
H1.HeaderClassName
{
color: #0EAAEB;
}
.AnyTagClassName
{
color: #0EAAEB;
}
</style>
background-color css
<style>
a { background-color: #0EAAEB; }
a { background-color: rgb(14,170,235); }
div.DivClassName
{
background-color: #0EAAEB;
}
.BgClassName
{
background-color: #0EAAEB;
}
</style>
border-color css
<style>
span { border-color: #0EAAEB; }
span { border-color: rgb(14,170,235); }
td.TdClassName
{
border-color: #0EAAEB;
}
.TagClassName
{
border-color: #0EAAEB;
}
</style>