Shades of Deep Sky Blue #0ECFEB
Tints of Deep Sky Blue #0ECFEB
RGB
CMYK
RGB Variations
Color information
#0ECFEB (or 0x0ECFEB) is known color: Deep Sky Blue. HEX triplet: 0E, CF and EB. RGB value is (14,207,235). Sum of RGB (Red+Green+Blue) = 14+207+235=456 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.07% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #0ECFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECFEB is #F13014. Grayscale: #989898. Windows color (decimal): -15806485 or 15453966. OLE color: 15453966.
HSL color Cylindrical-coordinate representation of color #0ECFEB: hue angle of 187.6º 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 #0ECFEB is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 207 | 235 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.08 |
| HSL | 187.6º | 0.89% | 0.49% | - |
| HSV(B) | 187.6º | 0.94% | 0.92% | - |
| XYZ | 37.49 | 50.72 | 86.41 | - |
| YUV | 152.49 | 174.56 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 235 | 0.94 | 0.12 | 0 | 0.08 | 187.6 | 0.89 | 0.49 |
| Hex | E | CF | EB | 5E | C | 0 | 8 | BC | 59 | 31 |
| Octal | 16 | 317 | 353 | 136 | 14 | 0 | 10 | 274 | 131 | 61 |
| Binary | 1110 | 11001111 | 11101011 | 1011110 | 1100 | 0 | 1000 | 10111100 | 1011001 | 110001 |
Color Harmonies of #0ECFEB
Complementary color
Monochromatic Colors of #0ECFEB
Black with #0ECFEB
Text Example
Text Example
White with #0ECFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECFEB; }
p { color: rgb(14,207,235); }
H1.HeaderClassName
{
color: #0ECFEB;
}
.AnyTagClassName
{
color: #0ECFEB;
}
</style>
background-color css
<style>
a { background-color: #0ECFEB; }
a { background-color: rgb(14,207,235); }
div.DivClassName
{
background-color: #0ECFEB;
}
.BgClassName
{
background-color: #0ECFEB;
}
</style>
border-color css
<style>
span { border-color: #0ECFEB; }
span { border-color: rgb(14,207,235); }
td.TdClassName
{
border-color: #0ECFEB;
}
.TagClassName
{
border-color: #0ECFEB;
}
</style>