Shades of Electric Blue #80FEF2
Tints of Electric Blue #80FEF2
RGB
CMYK
RGB Variations
Color information
#80FEF2 (or 0x80FEF2) is known color: Electric Blue. HEX triplet: 80, FE and F2. RGB value is (128,254,242). Sum of RGB (Red+Green+Blue) = 128+254+242=624 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.51% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FEF2 is #7F010D. Grayscale: #D6D6D6. Windows color (decimal): -8323342 or 15924864. OLE color: 15924864.
HSL color Cylindrical-coordinate representation of color #80FEF2: hue angle of 174.29º 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 #80FEF2 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 242 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.00 |
| HSL | 174.29º | 0.98% | 0.75% | - |
| HSV(B) | 174.29º | 0.5% | 1% | - |
| XYZ | 60.37 | 81.88 | 96.63 | - |
| YUV | 214.96 | 143.26 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 242 | 0.50 | 0 | 0.05 | 0.00 | 174.29 | 0.98 | 0.75 |
| Hex | 80 | FE | F2 | 32 | 0 | 5 | 0 | AE | 62 | 4B |
| Octal | 200 | 376 | 362 | 62 | 0 | 5 | 0 | 256 | 142 | 113 |
| Binary | 10000000 | 11111110 | 11110010 | 110010 | 0 | 101 | 0 | 10101110 | 1100010 | 1001011 |
Color Harmonies of #80FEF2
Complementary color
Monochromatic Colors of #80FEF2
Black with #80FEF2
Text Example
Text Example
White with #80FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FEF2; }
p { color: rgb(128,254,242); }
H1.HeaderClassName
{
color: #80FEF2;
}
.AnyTagClassName
{
color: #80FEF2;
}
</style>
background-color css
<style>
a { background-color: #80FEF2; }
a { background-color: rgb(128,254,242); }
div.DivClassName
{
background-color: #80FEF2;
}
.BgClassName
{
background-color: #80FEF2;
}
</style>
border-color css
<style>
span { border-color: #80FEF2; }
span { border-color: rgb(128,254,242); }
td.TdClassName
{
border-color: #80FEF2;
}
.TagClassName
{
border-color: #80FEF2;
}
</style>