Shades of Deep Sky Blue #0EC7EA
Tints of Deep Sky Blue #0EC7EA
RGB
CMYK
RGB Variations
Color information
#0EC7EA (or 0x0EC7EA) is known color: Deep Sky Blue. HEX triplet: 0E, C7 and EA. RGB value is (14,199,234). Sum of RGB (Red+Green+Blue) = 14+199+234=447 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.13% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #0EC7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC7EA is #F13815. Grayscale: #939393. Windows color (decimal): -15808534 or 15386382. OLE color: 15386382.
HSL color Cylindrical-coordinate representation of color #0EC7EA: hue angle of 189.55º 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 #0EC7EA is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 199 | 234 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.08 |
| HSL | 189.55º | 0.89% | 0.49% | - |
| HSV(B) | 189.55º | 0.94% | 0.92% | - |
| XYZ | 35.46 | 46.88 | 85.02 | - |
| YUV | 147.68 | 176.71 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 199 | 234 | 0.94 | 0.15 | 0 | 0.08 | 189.55 | 0.89 | 0.49 |
| Hex | E | C7 | EA | 5E | F | 0 | 8 | BE | 59 | 31 |
| Octal | 16 | 307 | 352 | 136 | 17 | 0 | 10 | 276 | 131 | 61 |
| Binary | 1110 | 11000111 | 11101010 | 1011110 | 1111 | 0 | 1000 | 10111110 | 1011001 | 110001 |
Color Harmonies of #0EC7EA
Complementary color
Monochromatic Colors of #0EC7EA
Black with #0EC7EA
Text Example
Text Example
White with #0EC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC7EA; }
p { color: rgb(14,199,234); }
H1.HeaderClassName
{
color: #0EC7EA;
}
.AnyTagClassName
{
color: #0EC7EA;
}
</style>
background-color css
<style>
a { background-color: #0EC7EA; }
a { background-color: rgb(14,199,234); }
div.DivClassName
{
background-color: #0EC7EA;
}
.BgClassName
{
background-color: #0EC7EA;
}
</style>
border-color css
<style>
span { border-color: #0EC7EA; }
span { border-color: rgb(14,199,234); }
td.TdClassName
{
border-color: #0EC7EA;
}
.TagClassName
{
border-color: #0EC7EA;
}
</style>