Shades of Deep Sky Blue #0ECEEB
Tints of Deep Sky Blue #0ECEEB
RGB
CMYK
RGB Variations
Color information
#0ECEEB (or 0x0ECEEB) is known color: Deep Sky Blue. HEX triplet: 0E, CE and EB. RGB value is (14,206,235). Sum of RGB (Red+Green+Blue) = 14+206+235=455 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #0ECEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECEEB is #F13114. Grayscale: #979797. Windows color (decimal): -15806741 or 15453710. OLE color: 15453710.
HSL color Cylindrical-coordinate representation of color #0ECEEB: hue angle of 187.87º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECEEB is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 206 | 235 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.08 |
| HSL | 187.87º | 0.89% | 0.49% | - |
| HSV(B) | 187.87º | 0.94% | 0.92% | - |
| XYZ | 37.25 | 50.23 | 86.33 | - |
| YUV | 151.9 | 174.89 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 235 | 0.94 | 0.12 | 0 | 0.08 | 187.87 | 0.89 | 0.49 |
| Hex | E | CE | EB | 5E | C | 0 | 8 | BC | 59 | 31 |
| Octal | 16 | 316 | 353 | 136 | 14 | 0 | 10 | 274 | 131 | 61 |
| Binary | 1110 | 11001110 | 11101011 | 1011110 | 1100 | 0 | 1000 | 10111100 | 1011001 | 110001 |
Color Harmonies of #0ECEEB
Complementary color
Monochromatic Colors of #0ECEEB
Black with #0ECEEB
Text Example
Text Example
White with #0ECEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECEEB; }
p { color: rgb(14,206,235); }
H1.HeaderClassName
{
color: #0ECEEB;
}
.AnyTagClassName
{
color: #0ECEEB;
}
</style>
background-color css
<style>
a { background-color: #0ECEEB; }
a { background-color: rgb(14,206,235); }
div.DivClassName
{
background-color: #0ECEEB;
}
.BgClassName
{
background-color: #0ECEEB;
}
</style>
border-color css
<style>
span { border-color: #0ECEEB; }
span { border-color: rgb(14,206,235); }
td.TdClassName
{
border-color: #0ECEEB;
}
.TagClassName
{
border-color: #0ECEEB;
}
</style>