Shades of Electric Blue #80FAEB
Tints of Electric Blue #80FAEB
RGB
CMYK
RGB Variations
Color information
#80FAEB (or 0x80FAEB) is known color: Electric Blue. HEX triplet: 80, FA and EB. RGB value is (128,250,235). Sum of RGB (Red+Green+Blue) = 128+250+235=613 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.88% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FAEB is #7F0514. Grayscale: #D3D3D3. Windows color (decimal): -8324373 or 15465088. OLE color: 15465088.
HSL color Cylindrical-coordinate representation of color #80FAEB: hue angle of 172.62º degrees, saturation: 0.92, 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 #80FAEB is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 235 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.02 |
| HSL | 172.62º | 0.92% | 0.74% | - |
| HSV(B) | 172.62º | 0.49% | 0.98% | - |
| XYZ | 58.08 | 78.96 | 90.78 | - |
| YUV | 211.81 | 141.08 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 235 | 0.49 | 0 | 0.06 | 0.02 | 172.62 | 0.92 | 0.74 |
| Hex | 80 | FA | EB | 31 | 0 | 6 | 2 | AD | 5C | 4A |
| Octal | 200 | 372 | 353 | 61 | 0 | 6 | 2 | 255 | 134 | 112 |
| Binary | 10000000 | 11111010 | 11101011 | 110001 | 0 | 110 | 10 | 10101101 | 1011100 | 1001010 |
Color Harmonies of #80FAEB
Complementary color
Monochromatic Colors of #80FAEB
Black with #80FAEB
Text Example
Text Example
White with #80FAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FAEB; }
p { color: rgb(128,250,235); }
H1.HeaderClassName
{
color: #80FAEB;
}
.AnyTagClassName
{
color: #80FAEB;
}
</style>
background-color css
<style>
a { background-color: #80FAEB; }
a { background-color: rgb(128,250,235); }
div.DivClassName
{
background-color: #80FAEB;
}
.BgClassName
{
background-color: #80FAEB;
}
</style>
border-color css
<style>
span { border-color: #80FAEB; }
span { border-color: rgb(128,250,235); }
td.TdClassName
{
border-color: #80FAEB;
}
.TagClassName
{
border-color: #80FAEB;
}
</style>