Shades of Deep Sky Blue #0ECEFF
Tints of Deep Sky Blue #0ECEFF
RGB
CMYK
RGB Variations
Color information
#0ECEFF (or 0x0ECEFF) is known color: Deep Sky Blue. HEX triplet: 0E, CE and FF. RGB value is (14,206,255). Sum of RGB (Red+Green+Blue) = 14+206+255=475 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ECEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECEFF is #F13100. Grayscale: #999999. Windows color (decimal): -15806721 or 16764430. OLE color: 16764430.
HSL color Cylindrical-coordinate representation of color #0ECEFF: hue angle of 192.2º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ECEFF is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 206 | 255 | - |
| CMYK | 0.95 | 0.19 | 0 | 0 |
| HSL | 192.2º | 1% | 0.53% | - |
| HSV(B) | 192.2º | 0.95% | 1% | - |
| XYZ | 40.3 | 51.46 | 102.42 | - |
| YUV | 154.18 | 184.89 | 28.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 255 | 0.95 | 0.19 | 0 | 0 | 192.2 | 1 | 0.53 |
| Hex | E | CE | FF | 5F | 13 | 0 | 0 | C0 | 64 | 35 |
| Octal | 16 | 316 | 377 | 137 | 23 | 0 | 0 | 300 | 144 | 65 |
| Binary | 1110 | 11001110 | 11111111 | 1011111 | 10011 | 0 | 0 | 11000000 | 1100100 | 110101 |
Color Harmonies of #0ECEFF
Complementary color
Monochromatic Colors of #0ECEFF
Black with #0ECEFF
Text Example
Text Example
White with #0ECEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECEFF; }
p { color: rgb(14,206,255); }
H1.HeaderClassName
{
color: #0ECEFF;
}
.AnyTagClassName
{
color: #0ECEFF;
}
</style>
background-color css
<style>
a { background-color: #0ECEFF; }
a { background-color: rgb(14,206,255); }
div.DivClassName
{
background-color: #0ECEFF;
}
.BgClassName
{
background-color: #0ECEFF;
}
</style>
border-color css
<style>
span { border-color: #0ECEFF; }
span { border-color: rgb(14,206,255); }
td.TdClassName
{
border-color: #0ECEFF;
}
.TagClassName
{
border-color: #0ECEFF;
}
</style>