Shades of Electric Blue #80EFEA
Tints of Electric Blue #80EFEA
RGB
CMYK
RGB Variations
Color information
#80EFEA (or 0x80EFEA) is known color: Electric Blue. HEX triplet: 80, EF and EA. RGB value is (128,239,234). Sum of RGB (Red+Green+Blue) = 128+239+234=601 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.30% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EFEA is #7F1015. Grayscale: #CDCDCD. Windows color (decimal): -8327190 or 15396736. OLE color: 15396736.
HSL color Cylindrical-coordinate representation of color #80EFEA: hue angle of 177.3º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFEA is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 234 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.06 |
| HSL | 177.3º | 0.78% | 0.72% | - |
| HSV(B) | 177.3º | 0.46% | 0.94% | - |
| XYZ | 54.62 | 72.26 | 88.91 | - |
| YUV | 205.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 234 | 0.46 | 0 | 0.02 | 0.06 | 177.3 | 0.78 | 0.72 |
| Hex | 80 | EF | EA | 2E | 0 | 2 | 6 | B1 | 4E | 48 |
| Octal | 200 | 357 | 352 | 56 | 0 | 2 | 6 | 261 | 116 | 110 |
| Binary | 10000000 | 11101111 | 11101010 | 101110 | 0 | 10 | 110 | 10110001 | 1001110 | 1001000 |
Color Harmonies of #80EFEA
Complementary color
Monochromatic Colors of #80EFEA
Black with #80EFEA
Text Example
Text Example
White with #80EFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFEA; }
p { color: rgb(128,239,234); }
H1.HeaderClassName
{
color: #80EFEA;
}
.AnyTagClassName
{
color: #80EFEA;
}
</style>
background-color css
<style>
a { background-color: #80EFEA; }
a { background-color: rgb(128,239,234); }
div.DivClassName
{
background-color: #80EFEA;
}
.BgClassName
{
background-color: #80EFEA;
}
</style>
border-color css
<style>
span { border-color: #80EFEA; }
span { border-color: rgb(128,239,234); }
td.TdClassName
{
border-color: #80EFEA;
}
.TagClassName
{
border-color: #80EFEA;
}
</style>