Shades of Deep Sky Blue #0EAEEB
Tints of Deep Sky Blue #0EAEEB
RGB
CMYK
RGB Variations
Color information
#0EAEEB (or 0x0EAEEB) is known color: Deep Sky Blue. HEX triplet: 0E, AE and EB. RGB value is (14,174,235). Sum of RGB (Red+Green+Blue) = 14+174+235=423 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.31% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #0EAEEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EAEEB is #F15114. Grayscale: #848484. Windows color (decimal): -15814933 or 15445518. OLE color: 15445518.
HSL color Cylindrical-coordinate representation of color #0EAEEB: hue angle of 196.56º 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 #0EAEEB is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 174 | 235 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.08 |
| HSL | 196.56º | 0.89% | 0.49% | - |
| HSV(B) | 196.56º | 0.94% | 0.92% | - |
| XYZ | 30.31 | 36.36 | 84.02 | - |
| YUV | 133.11 | 185.49 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 235 | 0.94 | 0.26 | 0 | 0.08 | 196.56 | 0.89 | 0.49 |
| Hex | E | AE | EB | 5E | 1A | 0 | 8 | C5 | 59 | 31 |
| Octal | 16 | 256 | 353 | 136 | 32 | 0 | 10 | 305 | 131 | 61 |
| Binary | 1110 | 10101110 | 11101011 | 1011110 | 11010 | 0 | 1000 | 11000101 | 1011001 | 110001 |
Color Harmonies of #0EAEEB
Complementary color
Monochromatic Colors of #0EAEEB
Black with #0EAEEB
Text Example
Text Example
White with #0EAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAEEB; }
p { color: rgb(14,174,235); }
H1.HeaderClassName
{
color: #0EAEEB;
}
.AnyTagClassName
{
color: #0EAEEB;
}
</style>
background-color css
<style>
a { background-color: #0EAEEB; }
a { background-color: rgb(14,174,235); }
div.DivClassName
{
background-color: #0EAEEB;
}
.BgClassName
{
background-color: #0EAEEB;
}
</style>
border-color css
<style>
span { border-color: #0EAEEB; }
span { border-color: rgb(14,174,235); }
td.TdClassName
{
border-color: #0EAEEB;
}
.TagClassName
{
border-color: #0EAEEB;
}
</style>