Shades of Deep Sky Blue #0ECFF0
Tints of Deep Sky Blue #0ECFF0
RGB
CMYK
RGB Variations
Color information
#0ECFF0 (or 0x0ECFF0) is known color: Deep Sky Blue. HEX triplet: 0E, CF and F0. RGB value is (14,207,240). Sum of RGB (Red+Green+Blue) = 14+207+240=461 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.04% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #0ECFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECFF0 is #F1300F. Grayscale: #989898. Windows color (decimal): -15806480 or 15781646. OLE color: 15781646.
HSL color Cylindrical-coordinate representation of color #0ECFF0: hue angle of 188.76º 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 #0ECFF0 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 207 | 240 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.06 |
| HSL | 188.76º | 0.89% | 0.5% | - |
| HSV(B) | 188.76º | 0.94% | 0.94% | - |
| XYZ | 38.22 | 51.01 | 90.27 | - |
| YUV | 153.06 | 177.06 | 28.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 240 | 0.94 | 0.14 | 0 | 0.06 | 188.76 | 0.89 | 0.5 |
| Hex | E | CF | F0 | 5E | E | 0 | 6 | BD | 59 | 32 |
| Octal | 16 | 317 | 360 | 136 | 16 | 0 | 6 | 275 | 131 | 62 |
| Binary | 1110 | 11001111 | 11110000 | 1011110 | 1110 | 0 | 110 | 10111101 | 1011001 | 110010 |
Color Harmonies of #0ECFF0
Complementary color
Monochromatic Colors of #0ECFF0
Black with #0ECFF0
Text Example
Text Example
White with #0ECFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECFF0; }
p { color: rgb(14,207,240); }
H1.HeaderClassName
{
color: #0ECFF0;
}
.AnyTagClassName
{
color: #0ECFF0;
}
</style>
background-color css
<style>
a { background-color: #0ECFF0; }
a { background-color: rgb(14,207,240); }
div.DivClassName
{
background-color: #0ECFF0;
}
.BgClassName
{
background-color: #0ECFF0;
}
</style>
border-color css
<style>
span { border-color: #0ECFF0; }
span { border-color: rgb(14,207,240); }
td.TdClassName
{
border-color: #0ECFF0;
}
.TagClassName
{
border-color: #0ECFF0;
}
</style>