Shades of Electric Blue #80FEFC
Tints of Electric Blue #80FEFC
RGB
CMYK
RGB Variations
Color information
#80FEFC (or 0x80FEFC) is known color: Electric Blue. HEX triplet: 80, FE and FC. RGB value is (128,254,252). Sum of RGB (Red+Green+Blue) = 128+254+252=634 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.19% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FEFC is #7F0103. Grayscale: #D7D7D7. Windows color (decimal): -8323332 or 16580224. OLE color: 16580224.
HSL color Cylindrical-coordinate representation of color #80FEFC: hue angle of 179.05º 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 #80FEFC is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 252 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.00 |
| HSL | 179.05º | 0.98% | 0.75% | - |
| HSV(B) | 179.05º | 0.5% | 1% | - |
| XYZ | 61.91 | 82.5 | 104.76 | - |
| YUV | 216.1 | 148.26 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 252 | 0.50 | 0 | 0.01 | 0.00 | 179.05 | 0.98 | 0.75 |
| Hex | 80 | FE | FC | 32 | 0 | 1 | 0 | B3 | 62 | 4B |
| Octal | 200 | 376 | 374 | 62 | 0 | 1 | 0 | 263 | 142 | 113 |
| Binary | 10000000 | 11111110 | 11111100 | 110010 | 0 | 1 | 0 | 10110011 | 1100010 | 1001011 |
Color Harmonies of #80FEFC
Complementary color
Monochromatic Colors of #80FEFC
Black with #80FEFC
Text Example
Text Example
White with #80FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FEFC; }
p { color: rgb(128,254,252); }
H1.HeaderClassName
{
color: #80FEFC;
}
.AnyTagClassName
{
color: #80FEFC;
}
</style>
background-color css
<style>
a { background-color: #80FEFC; }
a { background-color: rgb(128,254,252); }
div.DivClassName
{
background-color: #80FEFC;
}
.BgClassName
{
background-color: #80FEFC;
}
</style>
border-color css
<style>
span { border-color: #80FEFC; }
span { border-color: rgb(128,254,252); }
td.TdClassName
{
border-color: #80FEFC;
}
.TagClassName
{
border-color: #80FEFC;
}
</style>