Shades of Deep Sky Blue #0ECAEF
Tints of Deep Sky Blue #0ECAEF
RGB
CMYK
RGB Variations
Color information
#0ECAEF (or 0x0ECAEF) is known color: Deep Sky Blue. HEX triplet: 0E, CA and EF. RGB value is (14,202,239). Sum of RGB (Red+Green+Blue) = 14+202+239=455 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #0ECAEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECAEF is #F13510. Grayscale: #959595. Windows color (decimal): -15807761 or 15714830. OLE color: 15714830.
HSL color Cylindrical-coordinate representation of color #0ECAEF: hue angle of 189.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECAEF is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 202 | 239 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.06 |
| HSL | 189.87º | 0.89% | 0.5% | - |
| HSV(B) | 189.87º | 0.94% | 0.94% | - |
| XYZ | 36.88 | 48.57 | 89.09 | - |
| YUV | 150.01 | 178.22 | 30.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 239 | 0.94 | 0.15 | 0 | 0.06 | 189.87 | 0.89 | 0.5 |
| Hex | E | CA | EF | 5E | F | 0 | 6 | BE | 59 | 32 |
| Octal | 16 | 312 | 357 | 136 | 17 | 0 | 6 | 276 | 131 | 62 |
| Binary | 1110 | 11001010 | 11101111 | 1011110 | 1111 | 0 | 110 | 10111110 | 1011001 | 110010 |
Color Harmonies of #0ECAEF
Complementary color
Monochromatic Colors of #0ECAEF
Black with #0ECAEF
Text Example
Text Example
White with #0ECAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECAEF; }
p { color: rgb(14,202,239); }
H1.HeaderClassName
{
color: #0ECAEF;
}
.AnyTagClassName
{
color: #0ECAEF;
}
</style>
background-color css
<style>
a { background-color: #0ECAEF; }
a { background-color: rgb(14,202,239); }
div.DivClassName
{
background-color: #0ECAEF;
}
.BgClassName
{
background-color: #0ECAEF;
}
</style>
border-color css
<style>
span { border-color: #0ECAEF; }
span { border-color: rgb(14,202,239); }
td.TdClassName
{
border-color: #0ECAEF;
}
.TagClassName
{
border-color: #0ECAEF;
}
</style>