Shades of Deep Sky Blue #0ECCEF
Tints of Deep Sky Blue #0ECCEF
RGB
CMYK
RGB Variations
Color information
#0ECCEF (or 0x0ECCEF) is known color: Deep Sky Blue. HEX triplet: 0E, CC and EF. RGB value is (14,204,239). Sum of RGB (Red+Green+Blue) = 14+204+239=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #0ECCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECCEF is #F13310. Grayscale: #969696. Windows color (decimal): -15807249 or 15715342. OLE color: 15715342.
HSL color Cylindrical-coordinate representation of color #0ECCEF: hue angle of 189.33º 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 #0ECCEF is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 204 | 239 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.06 |
| HSL | 189.33º | 0.89% | 0.5% | - |
| HSV(B) | 189.33º | 0.94% | 0.94% | - |
| XYZ | 37.35 | 49.51 | 89.25 | - |
| YUV | 151.18 | 177.55 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 239 | 0.94 | 0.15 | 0 | 0.06 | 189.33 | 0.89 | 0.5 |
| Hex | E | CC | EF | 5E | F | 0 | 6 | BD | 59 | 32 |
| Octal | 16 | 314 | 357 | 136 | 17 | 0 | 6 | 275 | 131 | 62 |
| Binary | 1110 | 11001100 | 11101111 | 1011110 | 1111 | 0 | 110 | 10111101 | 1011001 | 110010 |
Color Harmonies of #0ECCEF
Complementary color
Monochromatic Colors of #0ECCEF
Black with #0ECCEF
Text Example
Text Example
White with #0ECCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECCEF; }
p { color: rgb(14,204,239); }
H1.HeaderClassName
{
color: #0ECCEF;
}
.AnyTagClassName
{
color: #0ECCEF;
}
</style>
background-color css
<style>
a { background-color: #0ECCEF; }
a { background-color: rgb(14,204,239); }
div.DivClassName
{
background-color: #0ECCEF;
}
.BgClassName
{
background-color: #0ECCEF;
}
</style>
border-color css
<style>
span { border-color: #0ECCEF; }
span { border-color: rgb(14,204,239); }
td.TdClassName
{
border-color: #0ECCEF;
}
.TagClassName
{
border-color: #0ECCEF;
}
</style>