Shades of Deep Sky Blue #0ECFEC
Tints of Deep Sky Blue #0ECFEC
RGB
CMYK
RGB Variations
Color information
#0ECFEC (or 0x0ECFEC) is known color: Deep Sky Blue. HEX triplet: 0E, CF and EC. RGB value is (14,207,236). Sum of RGB (Red+Green+Blue) = 14+207+236=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #0ECFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECFEC is #F13013. Grayscale: #989898. Windows color (decimal): -15806484 or 15519502. OLE color: 15519502.
HSL color Cylindrical-coordinate representation of color #0ECFEC: hue angle of 187.84º 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 #0ECFEC is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 207 | 236 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.07 |
| HSL | 187.84º | 0.89% | 0.49% | - |
| HSV(B) | 187.84º | 0.94% | 0.93% | - |
| XYZ | 37.63 | 50.78 | 87.17 | - |
| YUV | 152.6 | 175.06 | 29.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 236 | 0.94 | 0.12 | 0 | 0.07 | 187.84 | 0.89 | 0.49 |
| Hex | E | CF | EC | 5E | C | 0 | 7 | BC | 59 | 31 |
| Octal | 16 | 317 | 354 | 136 | 14 | 0 | 7 | 274 | 131 | 61 |
| Binary | 1110 | 11001111 | 11101100 | 1011110 | 1100 | 0 | 111 | 10111100 | 1011001 | 110001 |
Color Harmonies of #0ECFEC
Complementary color
Monochromatic Colors of #0ECFEC
Black with #0ECFEC
Text Example
Text Example
White with #0ECFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECFEC; }
p { color: rgb(14,207,236); }
H1.HeaderClassName
{
color: #0ECFEC;
}
.AnyTagClassName
{
color: #0ECFEC;
}
</style>
background-color css
<style>
a { background-color: #0ECFEC; }
a { background-color: rgb(14,207,236); }
div.DivClassName
{
background-color: #0ECFEC;
}
.BgClassName
{
background-color: #0ECFEC;
}
</style>
border-color css
<style>
span { border-color: #0ECFEC; }
span { border-color: rgb(14,207,236); }
td.TdClassName
{
border-color: #0ECFEC;
}
.TagClassName
{
border-color: #0ECFEC;
}
</style>