Shades of Deep Sky Blue #0EC4EB
Tints of Deep Sky Blue #0EC4EB
RGB
CMYK
RGB Variations
Color information
#0EC4EB (or 0x0EC4EB) is known color: Deep Sky Blue. HEX triplet: 0E, C4 and EB. RGB value is (14,196,235). Sum of RGB (Red+Green+Blue) = 14+196+235=445 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #0EC4EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC4EB is #F13B14. Grayscale: #919191. Windows color (decimal): -15809301 or 15451150. OLE color: 15451150.
HSL color Cylindrical-coordinate representation of color #0EC4EB: hue angle of 190.59º 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 #0EC4EB is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 196 | 235 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.08 |
| HSL | 190.59º | 0.89% | 0.49% | - |
| HSV(B) | 190.59º | 0.94% | 0.92% | - |
| XYZ | 34.92 | 45.57 | 85.55 | - |
| YUV | 146.03 | 178.2 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 196 | 235 | 0.94 | 0.17 | 0 | 0.08 | 190.59 | 0.89 | 0.49 |
| Hex | E | C4 | EB | 5E | 11 | 0 | 8 | BF | 59 | 31 |
| Octal | 16 | 304 | 353 | 136 | 21 | 0 | 10 | 277 | 131 | 61 |
| Binary | 1110 | 11000100 | 11101011 | 1011110 | 10001 | 0 | 1000 | 10111111 | 1011001 | 110001 |
Color Harmonies of #0EC4EB
Complementary color
Monochromatic Colors of #0EC4EB
Black with #0EC4EB
Text Example
Text Example
White with #0EC4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC4EB; }
p { color: rgb(14,196,235); }
H1.HeaderClassName
{
color: #0EC4EB;
}
.AnyTagClassName
{
color: #0EC4EB;
}
</style>
background-color css
<style>
a { background-color: #0EC4EB; }
a { background-color: rgb(14,196,235); }
div.DivClassName
{
background-color: #0EC4EB;
}
.BgClassName
{
background-color: #0EC4EB;
}
</style>
border-color css
<style>
span { border-color: #0EC4EB; }
span { border-color: rgb(14,196,235); }
td.TdClassName
{
border-color: #0EC4EB;
}
.TagClassName
{
border-color: #0EC4EB;
}
</style>