Shades of Electric Blue #80EDEA
Tints of Electric Blue #80EDEA
RGB
CMYK
RGB Variations
Color information
#80EDEA (or 0x80EDEA) is known color: Electric Blue. HEX triplet: 80, ED and EA. RGB value is (128,237,234). Sum of RGB (Red+Green+Blue) = 128+237+234=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EDEA is #7F1215. Grayscale: #CBCBCB. Windows color (decimal): -8327702 or 15396224. OLE color: 15396224.
HSL color Cylindrical-coordinate representation of color #80EDEA: hue angle of 178.35º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EDEA is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 237 | 234 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.07 |
| HSL | 178.35º | 0.75% | 0.72% | - |
| HSV(B) | 178.35º | 0.46% | 0.93% | - |
| XYZ | 54.04 | 71.1 | 88.72 | - |
| YUV | 204.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 237 | 234 | 0.46 | 0 | 0.01 | 0.07 | 178.35 | 0.75 | 0.72 |
| Hex | 80 | ED | EA | 2E | 0 | 1 | 7 | B2 | 4B | 48 |
| Octal | 200 | 355 | 352 | 56 | 0 | 1 | 7 | 262 | 113 | 110 |
| Binary | 10000000 | 11101101 | 11101010 | 101110 | 0 | 1 | 111 | 10110010 | 1001011 | 1001000 |
Color Harmonies of #80EDEA
Complementary color
Monochromatic Colors of #80EDEA
Black with #80EDEA
Text Example
Text Example
White with #80EDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EDEA; }
p { color: rgb(128,237,234); }
H1.HeaderClassName
{
color: #80EDEA;
}
.AnyTagClassName
{
color: #80EDEA;
}
</style>
background-color css
<style>
a { background-color: #80EDEA; }
a { background-color: rgb(128,237,234); }
div.DivClassName
{
background-color: #80EDEA;
}
.BgClassName
{
background-color: #80EDEA;
}
</style>
border-color css
<style>
span { border-color: #80EDEA; }
span { border-color: rgb(128,237,234); }
td.TdClassName
{
border-color: #80EDEA;
}
.TagClassName
{
border-color: #80EDEA;
}
</style>