Shades of Electric Blue #80FBEC
Tints of Electric Blue #80FBEC
RGB
CMYK
RGB Variations
Color information
#80FBEC (or 0x80FBEC) is known color: Electric Blue. HEX triplet: 80, FB and EC. RGB value is (128,251,236). Sum of RGB (Red+Green+Blue) = 128+251+236=615 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.81% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FBEC is #7F0413. Grayscale: #D4D4D4. Windows color (decimal): -8324116 or 15530880. OLE color: 15530880.
HSL color Cylindrical-coordinate representation of color #80FBEC: hue angle of 172.68º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FBEC is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 236 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.02 |
| HSL | 172.68º | 0.94% | 0.74% | - |
| HSV(B) | 172.68º | 0.49% | 0.98% | - |
| XYZ | 58.54 | 79.64 | 91.64 | - |
| YUV | 212.51 | 141.25 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 236 | 0.49 | 0 | 0.06 | 0.02 | 172.68 | 0.94 | 0.74 |
| Hex | 80 | FB | EC | 31 | 0 | 6 | 2 | AD | 5E | 4A |
| Octal | 200 | 373 | 354 | 61 | 0 | 6 | 2 | 255 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11101100 | 110001 | 0 | 110 | 10 | 10101101 | 1011110 | 1001010 |
Color Harmonies of #80FBEC
Complementary color
Monochromatic Colors of #80FBEC
Black with #80FBEC
Text Example
Text Example
White with #80FBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBEC; }
p { color: rgb(128,251,236); }
H1.HeaderClassName
{
color: #80FBEC;
}
.AnyTagClassName
{
color: #80FBEC;
}
</style>
background-color css
<style>
a { background-color: #80FBEC; }
a { background-color: rgb(128,251,236); }
div.DivClassName
{
background-color: #80FBEC;
}
.BgClassName
{
background-color: #80FBEC;
}
</style>
border-color css
<style>
span { border-color: #80FBEC; }
span { border-color: rgb(128,251,236); }
td.TdClassName
{
border-color: #80FBEC;
}
.TagClassName
{
border-color: #80FBEC;
}
</style>