Shades of Deep Sky Blue #0ECEF0
Tints of Deep Sky Blue #0ECEF0
RGB
CMYK
RGB Variations
Color information
#0ECEF0 (or 0x0ECEF0) is known color: Deep Sky Blue. HEX triplet: 0E, CE and F0. RGB value is (14,206,240). Sum of RGB (Red+Green+Blue) = 14+206+240=460 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.04% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #0ECEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECEF0 is #F1310F. Grayscale: #989898. Windows color (decimal): -15806736 or 15781390. OLE color: 15781390.
HSL color Cylindrical-coordinate representation of color #0ECEF0: hue angle of 189.03º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECEF0 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 206 | 240 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.06 |
| HSL | 189.03º | 0.89% | 0.5% | - |
| HSV(B) | 189.03º | 0.94% | 0.94% | - |
| XYZ | 37.98 | 50.53 | 90.19 | - |
| YUV | 152.47 | 177.39 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 240 | 0.94 | 0.14 | 0 | 0.06 | 189.03 | 0.89 | 0.5 |
| Hex | E | CE | F0 | 5E | E | 0 | 6 | BD | 59 | 32 |
| Octal | 16 | 316 | 360 | 136 | 16 | 0 | 6 | 275 | 131 | 62 |
| Binary | 1110 | 11001110 | 11110000 | 1011110 | 1110 | 0 | 110 | 10111101 | 1011001 | 110010 |
Color Harmonies of #0ECEF0
Complementary color
Monochromatic Colors of #0ECEF0
Black with #0ECEF0
Text Example
Text Example
White with #0ECEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECEF0; }
p { color: rgb(14,206,240); }
H1.HeaderClassName
{
color: #0ECEF0;
}
.AnyTagClassName
{
color: #0ECEF0;
}
</style>
background-color css
<style>
a { background-color: #0ECEF0; }
a { background-color: rgb(14,206,240); }
div.DivClassName
{
background-color: #0ECEF0;
}
.BgClassName
{
background-color: #0ECEF0;
}
</style>
border-color css
<style>
span { border-color: #0ECEF0; }
span { border-color: rgb(14,206,240); }
td.TdClassName
{
border-color: #0ECEF0;
}
.TagClassName
{
border-color: #0ECEF0;
}
</style>