Shades of Deep Sky Blue #0ECEFC
Tints of Deep Sky Blue #0ECEFC
RGB
CMYK
RGB Variations
Color information
#0ECEFC (or 0x0ECEFC) is known color: Deep Sky Blue. HEX triplet: 0E, CE and FC. RGB value is (14,206,252). Sum of RGB (Red+Green+Blue) = 14+206+252=472 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ECEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECEFC is #F13103. Grayscale: #999999. Windows color (decimal): -15806724 or 16567822. OLE color: 16567822.
HSL color Cylindrical-coordinate representation of color #0ECEFC: hue angle of 191.6º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECEFC is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 206 | 252 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.01 |
| HSL | 191.6º | 0.98% | 0.52% | - |
| HSV(B) | 191.6º | 0.94% | 0.99% | - |
| XYZ | 39.82 | 51.26 | 99.89 | - |
| YUV | 153.84 | 183.39 | 28.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 252 | 0.94 | 0.18 | 0 | 0.01 | 191.6 | 0.98 | 0.52 |
| Hex | E | CE | FC | 5E | 12 | 0 | 1 | C0 | 62 | 34 |
| Octal | 16 | 316 | 374 | 136 | 22 | 0 | 1 | 300 | 142 | 64 |
| Binary | 1110 | 11001110 | 11111100 | 1011110 | 10010 | 0 | 1 | 11000000 | 1100010 | 110100 |
Color Harmonies of #0ECEFC
Complementary color
Monochromatic Colors of #0ECEFC
Black with #0ECEFC
Text Example
Text Example
White with #0ECEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECEFC; }
p { color: rgb(14,206,252); }
H1.HeaderClassName
{
color: #0ECEFC;
}
.AnyTagClassName
{
color: #0ECEFC;
}
</style>
background-color css
<style>
a { background-color: #0ECEFC; }
a { background-color: rgb(14,206,252); }
div.DivClassName
{
background-color: #0ECEFC;
}
.BgClassName
{
background-color: #0ECEFC;
}
</style>
border-color css
<style>
span { border-color: #0ECEFC; }
span { border-color: rgb(14,206,252); }
td.TdClassName
{
border-color: #0ECEFC;
}
.TagClassName
{
border-color: #0ECEFC;
}
</style>