Shades of Electric Blue #80FFED
Tints of Electric Blue #80FFED
RGB
CMYK
RGB Variations
Color information
#80FFED (or 0x80FFED) is known color: Electric Blue. HEX triplet: 80, FF and ED. RGB value is (128,255,237). Sum of RGB (Red+Green+Blue) = 128+255+237=620 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.65% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFED is #7F0012. Grayscale: #D6D6D6. Windows color (decimal): -8323091 or 15597440. OLE color: 15597440.
HSL color Cylindrical-coordinate representation of color #80FFED: hue angle of 171.5º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFED is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 237 | - |
| CMYK | 0.50 | 0 | 0.07 | 0 |
| HSL | 171.5º | 1% | 0.75% | - |
| HSV(B) | 171.5º | 0.5% | 1% | - |
| XYZ | 59.95 | 82.22 | 92.83 | - |
| YUV | 214.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 237 | 0.50 | 0 | 0.07 | 0 | 171.5 | 1 | 0.75 |
| Hex | 80 | FF | ED | 32 | 0 | 7 | 0 | AB | 64 | 4B |
| Octal | 200 | 377 | 355 | 62 | 0 | 7 | 0 | 253 | 144 | 113 |
| Binary | 10000000 | 11111111 | 11101101 | 110010 | 0 | 111 | 0 | 10101011 | 1100100 | 1001011 |
Color Harmonies of #80FFED
Complementary color
Monochromatic Colors of #80FFED
Black with #80FFED
Text Example
Text Example
White with #80FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFED; }
p { color: rgb(128,255,237); }
H1.HeaderClassName
{
color: #80FFED;
}
.AnyTagClassName
{
color: #80FFED;
}
</style>
background-color css
<style>
a { background-color: #80FFED; }
a { background-color: rgb(128,255,237); }
div.DivClassName
{
background-color: #80FFED;
}
.BgClassName
{
background-color: #80FFED;
}
</style>
border-color css
<style>
span { border-color: #80FFED; }
span { border-color: rgb(128,255,237); }
td.TdClassName
{
border-color: #80FFED;
}
.TagClassName
{
border-color: #80FFED;
}
</style>