Shades of Electric Blue #80E5FE
Tints of Electric Blue #80E5FE
RGB
CMYK
RGB Variations
Color information
#80E5FE (or 0x80E5FE) is known color: Electric Blue. HEX triplet: 80, E5 and FE. RGB value is (128,229,254). Sum of RGB (Red+Green+Blue) = 128+229+254=611 (80% of max value = 765). Red value is 128 (50.39% from 255 or 20.95% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #80E5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E5FE is #7F1A01. Grayscale: #C9C9C9. Windows color (decimal): -8329730 or 16704896. OLE color: 16704896.
HSL color Cylindrical-coordinate representation of color #80E5FE: hue angle of 191.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 #80E5FE is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 229 | 254 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.00 |
| HSL | 191.9º | 0.98% | 0.75% | - |
| HSV(B) | 191.9º | 0.5% | 1% | - |
| XYZ | 54.81 | 67.78 | 103.96 | - |
| YUV | 201.65 | 157.54 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 254 | 0.50 | 0.10 | 0 | 0.00 | 191.9 | 0.98 | 0.75 |
| Hex | 80 | E5 | FE | 32 | A | 0 | 0 | C0 | 62 | 4B |
| Octal | 200 | 345 | 376 | 62 | 12 | 0 | 0 | 300 | 142 | 113 |
| Binary | 10000000 | 11100101 | 11111110 | 110010 | 1010 | 0 | 0 | 11000000 | 1100010 | 1001011 |
Color Harmonies of #80E5FE
Complementary color
Monochromatic Colors of #80E5FE
Black with #80E5FE
Text Example
Text Example
White with #80E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E5FE; }
p { color: rgb(128,229,254); }
H1.HeaderClassName
{
color: #80E5FE;
}
.AnyTagClassName
{
color: #80E5FE;
}
</style>
background-color css
<style>
a { background-color: #80E5FE; }
a { background-color: rgb(128,229,254); }
div.DivClassName
{
background-color: #80E5FE;
}
.BgClassName
{
background-color: #80E5FE;
}
</style>
border-color css
<style>
span { border-color: #80E5FE; }
span { border-color: rgb(128,229,254); }
td.TdClassName
{
border-color: #80E5FE;
}
.TagClassName
{
border-color: #80E5FE;
}
</style>