Shades of Deep Sky Blue #0EC7FB
Tints of Deep Sky Blue #0EC7FB
RGB
CMYK
RGB Variations
Color information
#0EC7FB (or 0x0EC7FB) is known color: Deep Sky Blue. HEX triplet: 0E, C7 and FB. RGB value is (14,199,251). Sum of RGB (Red+Green+Blue) = 14+199+251=464 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.02% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #0EC7FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC7FB is #F13804. Grayscale: #959595. Windows color (decimal): -15808517 or 16500494. OLE color: 16500494.
HSL color Cylindrical-coordinate representation of color #0EC7FB: hue angle of 193.16º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC7FB is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 199 | 251 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.02 |
| HSL | 193.16º | 0.97% | 0.52% | - |
| HSV(B) | 193.16º | 0.94% | 0.98% | - |
| XYZ | 38.02 | 47.91 | 98.51 | - |
| YUV | 149.61 | 185.21 | 31.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 199 | 251 | 0.94 | 0.21 | 0 | 0.02 | 193.16 | 0.97 | 0.52 |
| Hex | E | C7 | FB | 5E | 15 | 0 | 2 | C1 | 61 | 34 |
| Octal | 16 | 307 | 373 | 136 | 25 | 0 | 2 | 301 | 141 | 64 |
| Binary | 1110 | 11000111 | 11111011 | 1011110 | 10101 | 0 | 10 | 11000001 | 1100001 | 110100 |
Color Harmonies of #0EC7FB
Complementary color
Monochromatic Colors of #0EC7FB
Black with #0EC7FB
Text Example
Text Example
White with #0EC7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC7FB; }
p { color: rgb(14,199,251); }
H1.HeaderClassName
{
color: #0EC7FB;
}
.AnyTagClassName
{
color: #0EC7FB;
}
</style>
background-color css
<style>
a { background-color: #0EC7FB; }
a { background-color: rgb(14,199,251); }
div.DivClassName
{
background-color: #0EC7FB;
}
.BgClassName
{
background-color: #0EC7FB;
}
</style>
border-color css
<style>
span { border-color: #0EC7FB; }
span { border-color: rgb(14,199,251); }
td.TdClassName
{
border-color: #0EC7FB;
}
.TagClassName
{
border-color: #0EC7FB;
}
</style>