Shades of Deep Sky Blue #0EC1F7
Tints of Deep Sky Blue #0EC1F7
RGB
CMYK
RGB Variations
Color information
#0EC1F7 (or 0x0EC1F7) is known color: Deep Sky Blue. HEX triplet: 0E, C1 and F7. RGB value is (14,193,247). Sum of RGB (Red+Green+Blue) = 14+193+247=454 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 247 (96.88% from 255 or 54.41% from 454); Max value from RGB is 247 - color contains mainly: blue. Hex color #0EC1F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC1F7 is #F13E08. Grayscale: #919191. Windows color (decimal): -15810057 or 16236814. OLE color: 16236814.
HSL color Cylindrical-coordinate representation of color #0EC1F7: hue angle of 193.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC1F7 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 193 | 247 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.03 |
| HSL | 193.91º | 0.94% | 0.51% | - |
| HSV(B) | 193.91º | 0.94% | 0.97% | - |
| XYZ | 36.04 | 44.95 | 94.77 | - |
| YUV | 145.64 | 185.2 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 247 | 0.94 | 0.22 | 0 | 0.03 | 193.91 | 0.94 | 0.51 |
| Hex | E | C1 | F7 | 5E | 16 | 0 | 3 | C2 | 5E | 33 |
| Octal | 16 | 301 | 367 | 136 | 26 | 0 | 3 | 302 | 136 | 63 |
| Binary | 1110 | 11000001 | 11110111 | 1011110 | 10110 | 0 | 11 | 11000010 | 1011110 | 110011 |
Color Harmonies of #0EC1F7
Complementary color
Monochromatic Colors of #0EC1F7
Black with #0EC1F7
Text Example
Text Example
White with #0EC1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC1F7; }
p { color: rgb(14,193,247); }
H1.HeaderClassName
{
color: #0EC1F7;
}
.AnyTagClassName
{
color: #0EC1F7;
}
</style>
background-color css
<style>
a { background-color: #0EC1F7; }
a { background-color: rgb(14,193,247); }
div.DivClassName
{
background-color: #0EC1F7;
}
.BgClassName
{
background-color: #0EC1F7;
}
</style>
border-color css
<style>
span { border-color: #0EC1F7; }
span { border-color: rgb(14,193,247); }
td.TdClassName
{
border-color: #0EC1F7;
}
.TagClassName
{
border-color: #0EC1F7;
}
</style>