Shades of Deep Sky Blue #0EC7FF
Tints of Deep Sky Blue #0EC7FF
RGB
CMYK
RGB Variations
Color information
#0EC7FF (or 0x0EC7FF) is known color: Deep Sky Blue. HEX triplet: 0E, C7 and FF. RGB value is (14,199,255). Sum of RGB (Red+Green+Blue) = 14+199+255=468 (61% of max value = 765). Red value is 14 (5.86% from 255 or 2.99% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EC7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC7FF is #F13800. Grayscale: #959595. Windows color (decimal): -15808513 or 16762638. OLE color: 16762638.
HSL color Cylindrical-coordinate representation of color #0EC7FF: hue angle of 193.94º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EC7FF is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 199 | 255 | - |
| CMYK | 0.95 | 0.22 | 0 | 0 |
| HSL | 193.94º | 1% | 0.53% | - |
| HSV(B) | 193.94º | 0.95% | 1% | - |
| XYZ | 38.65 | 48.16 | 101.87 | - |
| YUV | 150.07 | 187.21 | 30.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 199 | 255 | 0.95 | 0.22 | 0 | 0 | 193.94 | 1 | 0.53 |
| Hex | E | C7 | FF | 5F | 16 | 0 | 0 | C2 | 64 | 35 |
| Octal | 16 | 307 | 377 | 137 | 26 | 0 | 0 | 302 | 144 | 65 |
| Binary | 1110 | 11000111 | 11111111 | 1011111 | 10110 | 0 | 0 | 11000010 | 1100100 | 110101 |
Color Harmonies of #0EC7FF
Complementary color
Monochromatic Colors of #0EC7FF
Black with #0EC7FF
Text Example
Text Example
White with #0EC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC7FF; }
p { color: rgb(14,199,255); }
H1.HeaderClassName
{
color: #0EC7FF;
}
.AnyTagClassName
{
color: #0EC7FF;
}
</style>
background-color css
<style>
a { background-color: #0EC7FF; }
a { background-color: rgb(14,199,255); }
div.DivClassName
{
background-color: #0EC7FF;
}
.BgClassName
{
background-color: #0EC7FF;
}
</style>
border-color css
<style>
span { border-color: #0EC7FF; }
span { border-color: rgb(14,199,255); }
td.TdClassName
{
border-color: #0EC7FF;
}
.TagClassName
{
border-color: #0EC7FF;
}
</style>