Shades of Deep Sky Blue #0EC3FF
Tints of Deep Sky Blue #0EC3FF
RGB
CMYK
RGB Variations
Color information
#0EC3FF (or 0x0EC3FF) is known color: Deep Sky Blue. HEX triplet: 0E, C3 and FF. RGB value is (14,195,255). Sum of RGB (Red+Green+Blue) = 14+195+255=464 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.02% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EC3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC3FF is #F13C00. Grayscale: #939393. Windows color (decimal): -15809537 or 16761614. OLE color: 16761614.
HSL color Cylindrical-coordinate representation of color #0EC3FF: hue angle of 194.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 #0EC3FF is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 195 | 255 | - |
| CMYK | 0.95 | 0.24 | 0 | 0 |
| HSL | 194.94º | 1% | 0.53% | - |
| HSV(B) | 194.94º | 0.95% | 1% | - |
| XYZ | 37.75 | 46.34 | 101.56 | - |
| YUV | 147.72 | 188.53 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 195 | 255 | 0.95 | 0.24 | 0 | 0 | 194.94 | 1 | 0.53 |
| Hex | E | C3 | FF | 5F | 18 | 0 | 0 | C3 | 64 | 35 |
| Octal | 16 | 303 | 377 | 137 | 30 | 0 | 0 | 303 | 144 | 65 |
| Binary | 1110 | 11000011 | 11111111 | 1011111 | 11000 | 0 | 0 | 11000011 | 1100100 | 110101 |
Color Harmonies of #0EC3FF
Complementary color
Monochromatic Colors of #0EC3FF
Black with #0EC3FF
Text Example
Text Example
White with #0EC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC3FF; }
p { color: rgb(14,195,255); }
H1.HeaderClassName
{
color: #0EC3FF;
}
.AnyTagClassName
{
color: #0EC3FF;
}
</style>
background-color css
<style>
a { background-color: #0EC3FF; }
a { background-color: rgb(14,195,255); }
div.DivClassName
{
background-color: #0EC3FF;
}
.BgClassName
{
background-color: #0EC3FF;
}
</style>
border-color css
<style>
span { border-color: #0EC3FF; }
span { border-color: rgb(14,195,255); }
td.TdClassName
{
border-color: #0EC3FF;
}
.TagClassName
{
border-color: #0EC3FF;
}
</style>