Shades of Electric Blue #80FFFC
Tints of Electric Blue #80FFFC
RGB
CMYK
RGB Variations
Color information
#80FFFC (or 0x80FFFC) is known color: Electric Blue. HEX triplet: 80, FF and FC. RGB value is (128,255,252). Sum of RGB (Red+Green+Blue) = 128+255+252=635 (84% of max value = 765). Red value is 128 (50.39% from 255 or 20.16% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFFC is #7F0003. Grayscale: #D8D8D8. Windows color (decimal): -8323076 or 16580480. OLE color: 16580480.
HSL color Cylindrical-coordinate representation of color #80FFFC: hue angle of 178.58º 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 #80FFFC is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 252 | - |
| CMYK | 0.50 | 0 | 0.01 | 0 |
| HSL | 178.58º | 1% | 0.75% | - |
| HSV(B) | 178.58º | 0.5% | 1% | - |
| XYZ | 62.23 | 83.14 | 104.86 | - |
| YUV | 216.69 | 147.92 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 252 | 0.50 | 0 | 0.01 | 0 | 178.58 | 1 | 0.75 |
| Hex | 80 | FF | FC | 32 | 0 | 1 | 0 | B3 | 64 | 4B |
| Octal | 200 | 377 | 374 | 62 | 0 | 1 | 0 | 263 | 144 | 113 |
| Binary | 10000000 | 11111111 | 11111100 | 110010 | 0 | 1 | 0 | 10110011 | 1100100 | 1001011 |
Color Harmonies of #80FFFC
Complementary color
Monochromatic Colors of #80FFFC
Black with #80FFFC
Text Example
Text Example
White with #80FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFFC; }
p { color: rgb(128,255,252); }
H1.HeaderClassName
{
color: #80FFFC;
}
.AnyTagClassName
{
color: #80FFFC;
}
</style>
background-color css
<style>
a { background-color: #80FFFC; }
a { background-color: rgb(128,255,252); }
div.DivClassName
{
background-color: #80FFFC;
}
.BgClassName
{
background-color: #80FFFC;
}
</style>
border-color css
<style>
span { border-color: #80FFFC; }
span { border-color: rgb(128,255,252); }
td.TdClassName
{
border-color: #80FFFC;
}
.TagClassName
{
border-color: #80FFFC;
}
</style>