Shades of Deep Sky Blue #0ECEF1
Tints of Deep Sky Blue #0ECEF1
RGB
CMYK
RGB Variations
Color information
#0ECEF1 (or 0x0ECEF1) is known color: Deep Sky Blue. HEX triplet: 0E, CE and F1. RGB value is (14,206,241). Sum of RGB (Red+Green+Blue) = 14+206+241=461 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.04% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #0ECEF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECEF1 is #F1310E. Grayscale: #989898. Windows color (decimal): -15806735 or 15846926. OLE color: 15846926.
HSL color Cylindrical-coordinate representation of color #0ECEF1: hue angle of 189.25º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECEF1 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 206 | 241 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.05 |
| HSL | 189.25º | 0.89% | 0.5% | - |
| HSV(B) | 189.25º | 0.94% | 0.95% | - |
| XYZ | 38.13 | 50.59 | 90.97 | - |
| YUV | 152.58 | 177.89 | 29.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 241 | 0.94 | 0.15 | 0 | 0.05 | 189.25 | 0.89 | 0.5 |
| Hex | E | CE | F1 | 5E | F | 0 | 5 | BD | 59 | 32 |
| Octal | 16 | 316 | 361 | 136 | 17 | 0 | 5 | 275 | 131 | 62 |
| Binary | 1110 | 11001110 | 11110001 | 1011110 | 1111 | 0 | 101 | 10111101 | 1011001 | 110010 |
Color Harmonies of #0ECEF1
Complementary color
Monochromatic Colors of #0ECEF1
Black with #0ECEF1
Text Example
Text Example
White with #0ECEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECEF1; }
p { color: rgb(14,206,241); }
H1.HeaderClassName
{
color: #0ECEF1;
}
.AnyTagClassName
{
color: #0ECEF1;
}
</style>
background-color css
<style>
a { background-color: #0ECEF1; }
a { background-color: rgb(14,206,241); }
div.DivClassName
{
background-color: #0ECEF1;
}
.BgClassName
{
background-color: #0ECEF1;
}
</style>
border-color css
<style>
span { border-color: #0ECEF1; }
span { border-color: rgb(14,206,241); }
td.TdClassName
{
border-color: #0ECEF1;
}
.TagClassName
{
border-color: #0ECEF1;
}
</style>