Shades of Deep Sky Blue #0ED0EC
Tints of Deep Sky Blue #0ED0EC
RGB
CMYK
RGB Variations
Color information
#0ED0EC (or 0x0ED0EC) is known color: Deep Sky Blue. HEX triplet: 0E, D0 and EC. RGB value is (14,208,236). Sum of RGB (Red+Green+Blue) = 14+208+236=458 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #0ED0EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED0EC is #F12F13. Grayscale: #989898. Windows color (decimal): -15806228 or 15519758. OLE color: 15519758.
HSL color Cylindrical-coordinate representation of color #0ED0EC: hue angle of 187.57º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED0EC is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 208 | 236 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.07 |
| HSL | 187.57º | 0.89% | 0.49% | - |
| HSV(B) | 187.57º | 0.94% | 0.93% | - |
| XYZ | 37.88 | 51.26 | 87.25 | - |
| YUV | 153.19 | 174.73 | 28.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 208 | 236 | 0.94 | 0.12 | 0 | 0.07 | 187.57 | 0.89 | 0.49 |
| Hex | E | D0 | EC | 5E | C | 0 | 7 | BC | 59 | 31 |
| Octal | 16 | 320 | 354 | 136 | 14 | 0 | 7 | 274 | 131 | 61 |
| Binary | 1110 | 11010000 | 11101100 | 1011110 | 1100 | 0 | 111 | 10111100 | 1011001 | 110001 |
Color Harmonies of #0ED0EC
Complementary color
Monochromatic Colors of #0ED0EC
Black with #0ED0EC
Text Example
Text Example
White with #0ED0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED0EC; }
p { color: rgb(14,208,236); }
H1.HeaderClassName
{
color: #0ED0EC;
}
.AnyTagClassName
{
color: #0ED0EC;
}
</style>
background-color css
<style>
a { background-color: #0ED0EC; }
a { background-color: rgb(14,208,236); }
div.DivClassName
{
background-color: #0ED0EC;
}
.BgClassName
{
background-color: #0ED0EC;
}
</style>
border-color css
<style>
span { border-color: #0ED0EC; }
span { border-color: rgb(14,208,236); }
td.TdClassName
{
border-color: #0ED0EC;
}
.TagClassName
{
border-color: #0ED0EC;
}
</style>