Shades of Electric Blue #80EFFE
Tints of Electric Blue #80EFFE
RGB
CMYK
RGB Variations
Color information
#80EFFE (or 0x80EFFE) is known color: Electric Blue. HEX triplet: 80, EF and FE. RGB value is (128,239,254). Sum of RGB (Red+Green+Blue) = 128+239+254=621 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.61% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #80EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EFFE is #7F1001. Grayscale: #CFCFCF. Windows color (decimal): -8327170 or 16707456. OLE color: 16707456.
HSL color Cylindrical-coordinate representation of color #80EFFE: hue angle of 187.14º 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 #80EFFE is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 239 | 254 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.00 |
| HSL | 187.14º | 0.98% | 0.75% | - |
| HSV(B) | 187.14º | 0.5% | 1% | - |
| XYZ | 57.66 | 73.48 | 104.91 | - |
| YUV | 207.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 254 | 0.50 | 0.06 | 0 | 0.00 | 187.14 | 0.98 | 0.75 |
| Hex | 80 | EF | FE | 32 | 6 | 0 | 0 | BB | 62 | 4B |
| Octal | 200 | 357 | 376 | 62 | 6 | 0 | 0 | 273 | 142 | 113 |
| Binary | 10000000 | 11101111 | 11111110 | 110010 | 110 | 0 | 0 | 10111011 | 1100010 | 1001011 |
Color Harmonies of #80EFFE
Complementary color
Monochromatic Colors of #80EFFE
Black with #80EFFE
Text Example
Text Example
White with #80EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFFE; }
p { color: rgb(128,239,254); }
H1.HeaderClassName
{
color: #80EFFE;
}
.AnyTagClassName
{
color: #80EFFE;
}
</style>
background-color css
<style>
a { background-color: #80EFFE; }
a { background-color: rgb(128,239,254); }
div.DivClassName
{
background-color: #80EFFE;
}
.BgClassName
{
background-color: #80EFFE;
}
</style>
border-color css
<style>
span { border-color: #80EFFE; }
span { border-color: rgb(128,239,254); }
td.TdClassName
{
border-color: #80EFFE;
}
.TagClassName
{
border-color: #80EFFE;
}
</style>