Shades of Electric Blue #80FAFE
Tints of Electric Blue #80FAFE
RGB
CMYK
RGB Variations
Color information
#80FAFE (or 0x80FAFE) is known color: Electric Blue. HEX triplet: 80, FA and FE. RGB value is (128,250,254). Sum of RGB (Red+Green+Blue) = 128+250+254=632 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.25% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #80FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FAFE is #7F0501. Grayscale: #D5D5D5. Windows color (decimal): -8324354 or 16710272. OLE color: 16710272.
HSL color Cylindrical-coordinate representation of color #80FAFE: hue angle of 181.9º 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 #80FAFE is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 250 | 254 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.00 |
| HSL | 181.9º | 0.98% | 0.75% | - |
| HSV(B) | 181.9º | 0.5% | 1% | - |
| XYZ | 60.98 | 80.12 | 106.02 | - |
| YUV | 213.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 254 | 0.50 | 0.02 | 0 | 0.00 | 181.9 | 0.98 | 0.75 |
| Hex | 80 | FA | FE | 32 | 2 | 0 | 0 | B6 | 62 | 4B |
| Octal | 200 | 372 | 376 | 62 | 2 | 0 | 0 | 266 | 142 | 113 |
| Binary | 10000000 | 11111010 | 11111110 | 110010 | 10 | 0 | 0 | 10110110 | 1100010 | 1001011 |
Color Harmonies of #80FAFE
Complementary color
Monochromatic Colors of #80FAFE
Black with #80FAFE
Text Example
Text Example
White with #80FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FAFE; }
p { color: rgb(128,250,254); }
H1.HeaderClassName
{
color: #80FAFE;
}
.AnyTagClassName
{
color: #80FAFE;
}
</style>
background-color css
<style>
a { background-color: #80FAFE; }
a { background-color: rgb(128,250,254); }
div.DivClassName
{
background-color: #80FAFE;
}
.BgClassName
{
background-color: #80FAFE;
}
</style>
border-color css
<style>
span { border-color: #80FAFE; }
span { border-color: rgb(128,250,254); }
td.TdClassName
{
border-color: #80FAFE;
}
.TagClassName
{
border-color: #80FAFE;
}
</style>