Shades of Electric Blue #80ECF0
Tints of Electric Blue #80ECF0
RGB
CMYK
RGB Variations
Color information
#80ECF0 (or 0x80ECF0) is known color: Electric Blue. HEX triplet: 80, EC and F0. RGB value is (128,236,240). Sum of RGB (Red+Green+Blue) = 128+236+240=604 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.19% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #80ECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80ECF0 is #7F130F. Grayscale: #CCCCCC. Windows color (decimal): -8327952 or 15789184. OLE color: 15789184.
HSL color Cylindrical-coordinate representation of color #80ECF0: hue angle of 182.14º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80ECF0 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 236 | 240 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.06 |
| HSL | 182.14º | 0.79% | 0.72% | - |
| HSV(B) | 182.14º | 0.47% | 0.94% | - |
| XYZ | 54.63 | 70.87 | 93.24 | - |
| YUV | 204.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 240 | 0.47 | 0.02 | 0 | 0.06 | 182.14 | 0.79 | 0.72 |
| Hex | 80 | EC | F0 | 2F | 2 | 0 | 6 | B6 | 4F | 48 |
| Octal | 200 | 354 | 360 | 57 | 2 | 0 | 6 | 266 | 117 | 110 |
| Binary | 10000000 | 11101100 | 11110000 | 101111 | 10 | 0 | 110 | 10110110 | 1001111 | 1001000 |
Color Harmonies of #80ECF0
Complementary color
Monochromatic Colors of #80ECF0
Black with #80ECF0
Text Example
Text Example
White with #80ECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECF0; }
p { color: rgb(128,236,240); }
H1.HeaderClassName
{
color: #80ECF0;
}
.AnyTagClassName
{
color: #80ECF0;
}
</style>
background-color css
<style>
a { background-color: #80ECF0; }
a { background-color: rgb(128,236,240); }
div.DivClassName
{
background-color: #80ECF0;
}
.BgClassName
{
background-color: #80ECF0;
}
</style>
border-color css
<style>
span { border-color: #80ECF0; }
span { border-color: rgb(128,236,240); }
td.TdClassName
{
border-color: #80ECF0;
}
.TagClassName
{
border-color: #80ECF0;
}
</style>