Shades of Deep Sky Blue #0ECCFE
Tints of Deep Sky Blue #0ECCFE
RGB
CMYK
RGB Variations
Color information
#0ECCFE (or 0x0ECCFE) is known color: Deep Sky Blue. HEX triplet: 0E, CC and FE. RGB value is (14,204,254). Sum of RGB (Red+Green+Blue) = 14+204+254=472 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #0ECCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECCFE is #F13301. Grayscale: #989898. Windows color (decimal): -15807234 or 16698382. OLE color: 16698382.
HSL color Cylindrical-coordinate representation of color #0ECCFE: hue angle of 192.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECCFE is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 204 | 254 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.00 |
| HSL | 192.5º | 0.99% | 0.53% | - |
| HSV(B) | 192.5º | 0.94% | 1% | - |
| XYZ | 39.66 | 50.43 | 101.41 | - |
| YUV | 152.89 | 185.05 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 254 | 0.94 | 0.20 | 0 | 0.00 | 192.5 | 0.99 | 0.53 |
| Hex | E | CC | FE | 5E | 14 | 0 | 0 | C0 | 63 | 35 |
| Octal | 16 | 314 | 376 | 136 | 24 | 0 | 0 | 300 | 143 | 65 |
| Binary | 1110 | 11001100 | 11111110 | 1011110 | 10100 | 0 | 0 | 11000000 | 1100011 | 110101 |
Color Harmonies of #0ECCFE
Complementary color
Monochromatic Colors of #0ECCFE
Black with #0ECCFE
Text Example
Text Example
White with #0ECCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECCFE; }
p { color: rgb(14,204,254); }
H1.HeaderClassName
{
color: #0ECCFE;
}
.AnyTagClassName
{
color: #0ECCFE;
}
</style>
background-color css
<style>
a { background-color: #0ECCFE; }
a { background-color: rgb(14,204,254); }
div.DivClassName
{
background-color: #0ECCFE;
}
.BgClassName
{
background-color: #0ECCFE;
}
</style>
border-color css
<style>
span { border-color: #0ECCFE; }
span { border-color: rgb(14,204,254); }
td.TdClassName
{
border-color: #0ECCFE;
}
.TagClassName
{
border-color: #0ECCFE;
}
</style>