Shades of Deep Sky Blue #0EC1EA
Tints of Deep Sky Blue #0EC1EA
RGB
CMYK
RGB Variations
Color information
#0EC1EA (or 0x0EC1EA) is known color: Deep Sky Blue. HEX triplet: 0E, C1 and EA. RGB value is (14,193,234). Sum of RGB (Red+Green+Blue) = 14+193+234=441 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #0EC1EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC1EA is #F13E15. Grayscale: #8F8F8F. Windows color (decimal): -15810070 or 15384846. OLE color: 15384846.
HSL color Cylindrical-coordinate representation of color #0EC1EA: hue angle of 191.18º 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 #0EC1EA is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 193 | 234 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.08 |
| HSL | 191.18º | 0.89% | 0.49% | - |
| HSV(B) | 191.18º | 0.94% | 0.92% | - |
| XYZ | 34.1 | 44.17 | 84.57 | - |
| YUV | 144.15 | 178.7 | 35.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 234 | 0.94 | 0.18 | 0 | 0.08 | 191.18 | 0.89 | 0.49 |
| Hex | E | C1 | EA | 5E | 12 | 0 | 8 | BF | 59 | 31 |
| Octal | 16 | 301 | 352 | 136 | 22 | 0 | 10 | 277 | 131 | 61 |
| Binary | 1110 | 11000001 | 11101010 | 1011110 | 10010 | 0 | 1000 | 10111111 | 1011001 | 110001 |
Color Harmonies of #0EC1EA
Complementary color
Monochromatic Colors of #0EC1EA
Black with #0EC1EA
Text Example
Text Example
White with #0EC1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC1EA; }
p { color: rgb(14,193,234); }
H1.HeaderClassName
{
color: #0EC1EA;
}
.AnyTagClassName
{
color: #0EC1EA;
}
</style>
background-color css
<style>
a { background-color: #0EC1EA; }
a { background-color: rgb(14,193,234); }
div.DivClassName
{
background-color: #0EC1EA;
}
.BgClassName
{
background-color: #0EC1EA;
}
</style>
border-color css
<style>
span { border-color: #0EC1EA; }
span { border-color: rgb(14,193,234); }
td.TdClassName
{
border-color: #0EC1EA;
}
.TagClassName
{
border-color: #0EC1EA;
}
</style>