Shades of Electric Blue #80FDFB
Tints of Electric Blue #80FDFB
RGB
CMYK
RGB Variations
Color information
#80FDFB (or 0x80FDFB) is known color: Electric Blue. HEX triplet: 80, FD and FB. RGB value is (128,253,251). Sum of RGB (Red+Green+Blue) = 128+253+251=632 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.25% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FDFB is #7F0204. Grayscale: #D7D7D7. Windows color (decimal): -8323589 or 16514432. OLE color: 16514432.
HSL color Cylindrical-coordinate representation of color #80FDFB: hue angle of 179.04º degrees, saturation: 0.97, 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 #80FDFB is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 251 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.01 |
| HSL | 179.04º | 0.97% | 0.75% | - |
| HSV(B) | 179.04º | 0.49% | 0.99% | - |
| XYZ | 61.44 | 81.8 | 103.82 | - |
| YUV | 215.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 251 | 0.49 | 0 | 0.01 | 0.01 | 179.04 | 0.97 | 0.75 |
| Hex | 80 | FD | FB | 31 | 0 | 1 | 1 | B3 | 61 | 4B |
| Octal | 200 | 375 | 373 | 61 | 0 | 1 | 1 | 263 | 141 | 113 |
| Binary | 10000000 | 11111101 | 11111011 | 110001 | 0 | 1 | 1 | 10110011 | 1100001 | 1001011 |
Color Harmonies of #80FDFB
Complementary color
Monochromatic Colors of #80FDFB
Black with #80FDFB
Text Example
Text Example
White with #80FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FDFB; }
p { color: rgb(128,253,251); }
H1.HeaderClassName
{
color: #80FDFB;
}
.AnyTagClassName
{
color: #80FDFB;
}
</style>
background-color css
<style>
a { background-color: #80FDFB; }
a { background-color: rgb(128,253,251); }
div.DivClassName
{
background-color: #80FDFB;
}
.BgClassName
{
background-color: #80FDFB;
}
</style>
border-color css
<style>
span { border-color: #80FDFB; }
span { border-color: rgb(128,253,251); }
td.TdClassName
{
border-color: #80FDFB;
}
.TagClassName
{
border-color: #80FDFB;
}
</style>