Shades of Deep Sky Blue #0EC7EB
Tints of Deep Sky Blue #0EC7EB
RGB
CMYK
RGB Variations
Color information
#0EC7EB (or 0x0EC7EB) is known color: Deep Sky Blue. HEX triplet: 0E, C7 and EB. RGB value is (14,199,235). Sum of RGB (Red+Green+Blue) = 14+199+235=448 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #0EC7EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC7EB is #F13814. Grayscale: #939393. Windows color (decimal): -15808533 or 15451918. OLE color: 15451918.
HSL color Cylindrical-coordinate representation of color #0EC7EB: hue angle of 189.77º 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 #0EC7EB is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 199 | 235 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.08 |
| HSL | 189.77º | 0.89% | 0.49% | - |
| HSV(B) | 189.77º | 0.94% | 0.92% | - |
| XYZ | 35.6 | 46.94 | 85.78 | - |
| YUV | 147.79 | 177.21 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 199 | 235 | 0.94 | 0.15 | 0 | 0.08 | 189.77 | 0.89 | 0.49 |
| Hex | E | C7 | EB | 5E | F | 0 | 8 | BE | 59 | 31 |
| Octal | 16 | 307 | 353 | 136 | 17 | 0 | 10 | 276 | 131 | 61 |
| Binary | 1110 | 11000111 | 11101011 | 1011110 | 1111 | 0 | 1000 | 10111110 | 1011001 | 110001 |
Color Harmonies of #0EC7EB
Complementary color
Monochromatic Colors of #0EC7EB
Black with #0EC7EB
Text Example
Text Example
White with #0EC7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC7EB; }
p { color: rgb(14,199,235); }
H1.HeaderClassName
{
color: #0EC7EB;
}
.AnyTagClassName
{
color: #0EC7EB;
}
</style>
background-color css
<style>
a { background-color: #0EC7EB; }
a { background-color: rgb(14,199,235); }
div.DivClassName
{
background-color: #0EC7EB;
}
.BgClassName
{
background-color: #0EC7EB;
}
</style>
border-color css
<style>
span { border-color: #0EC7EB; }
span { border-color: rgb(14,199,235); }
td.TdClassName
{
border-color: #0EC7EB;
}
.TagClassName
{
border-color: #0EC7EB;
}
</style>