Shades of Electric Blue #80FFFE
Tints of Electric Blue #80FFFE
RGB
CMYK
RGB Variations
Color information
#80FFFE (or 0x80FFFE) is known color: Electric Blue. HEX triplet: 80, FF and FE. RGB value is (128,255,254). Sum of RGB (Red+Green+Blue) = 128+255+254=637 (84% of max value = 765). Red value is 128 (50.39% from 255 or 20.09% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFFE is #7F0001. Grayscale: #D8D8D8. Windows color (decimal): -8323074 or 16711552. OLE color: 16711552.
HSL color Cylindrical-coordinate representation of color #80FFFE: hue angle of 179.53º 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 #80FFFE is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 254 | - |
| CMYK | 0.50 | 0 | 0.00 | 0 |
| HSL | 179.53º | 1% | 0.75% | - |
| HSV(B) | 179.53º | 0.5% | 1% | - |
| XYZ | 62.55 | 83.26 | 106.54 | - |
| YUV | 216.91 | 148.92 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 254 | 0.50 | 0 | 0.00 | 0 | 179.53 | 1 | 0.75 |
| Hex | 80 | FF | FE | 32 | 0 | 0 | 0 | B4 | 64 | 4B |
| Octal | 200 | 377 | 376 | 62 | 0 | 0 | 0 | 264 | 144 | 113 |
| Binary | 10000000 | 11111111 | 11111110 | 110010 | 0 | 0 | 0 | 10110100 | 1100100 | 1001011 |
Color Harmonies of #80FFFE
Complementary color
Monochromatic Colors of #80FFFE
Black with #80FFFE
Text Example
Text Example
White with #80FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFFE; }
p { color: rgb(128,255,254); }
H1.HeaderClassName
{
color: #80FFFE;
}
.AnyTagClassName
{
color: #80FFFE;
}
</style>
background-color css
<style>
a { background-color: #80FFFE; }
a { background-color: rgb(128,255,254); }
div.DivClassName
{
background-color: #80FFFE;
}
.BgClassName
{
background-color: #80FFFE;
}
</style>
border-color css
<style>
span { border-color: #80FFFE; }
span { border-color: rgb(128,255,254); }
td.TdClassName
{
border-color: #80FFFE;
}
.TagClassName
{
border-color: #80FFFE;
}
</style>