Shades of Electric Blue #80E5FC
Tints of Electric Blue #80E5FC
RGB
CMYK
RGB Variations
Color information
#80E5FC (or 0x80E5FC) is known color: Electric Blue. HEX triplet: 80, E5 and FC. RGB value is (128,229,252). Sum of RGB (Red+Green+Blue) = 128+229+252=609 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.02% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #80E5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E5FC is #7F1A03. Grayscale: #C9C9C9. Windows color (decimal): -8329732 or 16573824. OLE color: 16573824.
HSL color Cylindrical-coordinate representation of color #80E5FC: hue angle of 191.13º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80E5FC is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 229 | 252 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.01 |
| HSL | 191.13º | 0.95% | 0.75% | - |
| HSV(B) | 191.13º | 0.49% | 0.99% | - |
| XYZ | 54.49 | 67.66 | 102.28 | - |
| YUV | 201.42 | 156.54 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 252 | 0.49 | 0.09 | 0 | 0.01 | 191.13 | 0.95 | 0.75 |
| Hex | 80 | E5 | FC | 31 | 9 | 0 | 1 | BF | 5F | 4B |
| Octal | 200 | 345 | 374 | 61 | 11 | 0 | 1 | 277 | 137 | 113 |
| Binary | 10000000 | 11100101 | 11111100 | 110001 | 1001 | 0 | 1 | 10111111 | 1011111 | 1001011 |
Color Harmonies of #80E5FC
Complementary color
Monochromatic Colors of #80E5FC
Black with #80E5FC
Text Example
Text Example
White with #80E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E5FC; }
p { color: rgb(128,229,252); }
H1.HeaderClassName
{
color: #80E5FC;
}
.AnyTagClassName
{
color: #80E5FC;
}
</style>
background-color css
<style>
a { background-color: #80E5FC; }
a { background-color: rgb(128,229,252); }
div.DivClassName
{
background-color: #80E5FC;
}
.BgClassName
{
background-color: #80E5FC;
}
</style>
border-color css
<style>
span { border-color: #80E5FC; }
span { border-color: rgb(128,229,252); }
td.TdClassName
{
border-color: #80E5FC;
}
.TagClassName
{
border-color: #80E5FC;
}
</style>