Shades of Deep Sky Blue #0EBAEB
Tints of Deep Sky Blue #0EBAEB
RGB
CMYK
RGB Variations
Color information
#0EBAEB (or 0x0EBAEB) is known color: Deep Sky Blue. HEX triplet: 0E, BA and EB. RGB value is (14,186,235). Sum of RGB (Red+Green+Blue) = 14+186+235=435 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.22% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #0EBAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBAEB is #F14514. Grayscale: #8B8B8B. Windows color (decimal): -15811861 or 15448590. OLE color: 15448590.
HSL color Cylindrical-coordinate representation of color #0EBAEB: hue angle of 193.3º 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 #0EBAEB is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 186 | 235 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.08 |
| HSL | 193.3º | 0.89% | 0.49% | - |
| HSV(B) | 193.3º | 0.94% | 0.92% | - |
| XYZ | 32.74 | 41.21 | 84.83 | - |
| YUV | 140.16 | 181.52 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 235 | 0.94 | 0.21 | 0 | 0.08 | 193.3 | 0.89 | 0.49 |
| Hex | E | BA | EB | 5E | 15 | 0 | 8 | C1 | 59 | 31 |
| Octal | 16 | 272 | 353 | 136 | 25 | 0 | 10 | 301 | 131 | 61 |
| Binary | 1110 | 10111010 | 11101011 | 1011110 | 10101 | 0 | 1000 | 11000001 | 1011001 | 110001 |
Color Harmonies of #0EBAEB
Complementary color
Monochromatic Colors of #0EBAEB
Black with #0EBAEB
Text Example
Text Example
White with #0EBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBAEB; }
p { color: rgb(14,186,235); }
H1.HeaderClassName
{
color: #0EBAEB;
}
.AnyTagClassName
{
color: #0EBAEB;
}
</style>
background-color css
<style>
a { background-color: #0EBAEB; }
a { background-color: rgb(14,186,235); }
div.DivClassName
{
background-color: #0EBAEB;
}
.BgClassName
{
background-color: #0EBAEB;
}
</style>
border-color css
<style>
span { border-color: #0EBAEB; }
span { border-color: rgb(14,186,235); }
td.TdClassName
{
border-color: #0EBAEB;
}
.TagClassName
{
border-color: #0EBAEB;
}
</style>