Shades of Deep Sky Blue #0ECEED
Tints of Deep Sky Blue #0ECEED
RGB
CMYK
RGB Variations
Color information
#0ECEED (or 0x0ECEED) is known color: Deep Sky Blue. HEX triplet: 0E, CE and ED. RGB value is (14,206,237). Sum of RGB (Red+Green+Blue) = 14+206+237=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #0ECEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECEED is #F13112. Grayscale: #979797. Windows color (decimal): -15806739 or 15584782. OLE color: 15584782.
HSL color Cylindrical-coordinate representation of color #0ECEED: hue angle of 188.34º 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 #0ECEED is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 206 | 237 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.07 |
| HSL | 188.34º | 0.89% | 0.49% | - |
| HSV(B) | 188.34º | 0.94% | 0.93% | - |
| XYZ | 37.54 | 50.35 | 87.86 | - |
| YUV | 152.13 | 175.89 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 237 | 0.94 | 0.13 | 0 | 0.07 | 188.34 | 0.89 | 0.49 |
| Hex | E | CE | ED | 5E | D | 0 | 7 | BC | 59 | 31 |
| Octal | 16 | 316 | 355 | 136 | 15 | 0 | 7 | 274 | 131 | 61 |
| Binary | 1110 | 11001110 | 11101101 | 1011110 | 1101 | 0 | 111 | 10111100 | 1011001 | 110001 |
Color Harmonies of #0ECEED
Complementary color
Monochromatic Colors of #0ECEED
Black with #0ECEED
Text Example
Text Example
White with #0ECEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECEED; }
p { color: rgb(14,206,237); }
H1.HeaderClassName
{
color: #0ECEED;
}
.AnyTagClassName
{
color: #0ECEED;
}
</style>
background-color css
<style>
a { background-color: #0ECEED; }
a { background-color: rgb(14,206,237); }
div.DivClassName
{
background-color: #0ECEED;
}
.BgClassName
{
background-color: #0ECEED;
}
</style>
border-color css
<style>
span { border-color: #0ECEED; }
span { border-color: rgb(14,206,237); }
td.TdClassName
{
border-color: #0ECEED;
}
.TagClassName
{
border-color: #0ECEED;
}
</style>