Shades of Electric Blue #80FEEF
Tints of Electric Blue #80FEEF
RGB
CMYK
RGB Variations
Color information
#80FEEF (or 0x80FEEF) is known color: Electric Blue. HEX triplet: 80, FE and EF. RGB value is (128,254,239). Sum of RGB (Red+Green+Blue) = 128+254+239=621 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.61% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FEEF is #7F0110. Grayscale: #D6D6D6. Windows color (decimal): -8323345 or 15728256. OLE color: 15728256.
HSL color Cylindrical-coordinate representation of color #80FEEF: hue angle of 172.86º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FEEF is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 239 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.00 |
| HSL | 172.86º | 0.98% | 0.75% | - |
| HSV(B) | 172.86º | 0.5% | 1% | - |
| XYZ | 59.92 | 81.7 | 94.27 | - |
| YUV | 214.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 239 | 0.50 | 0 | 0.06 | 0.00 | 172.86 | 0.98 | 0.75 |
| Hex | 80 | FE | EF | 32 | 0 | 6 | 0 | AD | 62 | 4B |
| Octal | 200 | 376 | 357 | 62 | 0 | 6 | 0 | 255 | 142 | 113 |
| Binary | 10000000 | 11111110 | 11101111 | 110010 | 0 | 110 | 0 | 10101101 | 1100010 | 1001011 |
Color Harmonies of #80FEEF
Complementary color
Monochromatic Colors of #80FEEF
Black with #80FEEF
Text Example
Text Example
White with #80FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FEEF; }
p { color: rgb(128,254,239); }
H1.HeaderClassName
{
color: #80FEEF;
}
.AnyTagClassName
{
color: #80FEEF;
}
</style>
background-color css
<style>
a { background-color: #80FEEF; }
a { background-color: rgb(128,254,239); }
div.DivClassName
{
background-color: #80FEEF;
}
.BgClassName
{
background-color: #80FEEF;
}
</style>
border-color css
<style>
span { border-color: #80FEEF; }
span { border-color: rgb(128,254,239); }
td.TdClassName
{
border-color: #80FEEF;
}
.TagClassName
{
border-color: #80FEEF;
}
</style>