Shades of Electric Blue #80EFE8
Tints of Electric Blue #80EFE8
RGB
CMYK
RGB Variations
Color information
#80EFE8 (or 0x80EFE8) is known color: Electric Blue. HEX triplet: 80, EF and E8. RGB value is (128,239,232). Sum of RGB (Red+Green+Blue) = 128+239+232=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EFE8 is #7F1017. Grayscale: #CCCCCC. Windows color (decimal): -8327192 or 15265664. OLE color: 15265664.
HSL color Cylindrical-coordinate representation of color #80EFE8: hue angle of 176.22º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFE8 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 232 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.06 |
| HSL | 176.22º | 0.78% | 0.72% | - |
| HSV(B) | 176.22º | 0.46% | 0.94% | - |
| XYZ | 54.33 | 72.15 | 87.41 | - |
| YUV | 205.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 232 | 0.46 | 0 | 0.03 | 0.06 | 176.22 | 0.78 | 0.72 |
| Hex | 80 | EF | E8 | 2E | 0 | 3 | 6 | B0 | 4E | 48 |
| Octal | 200 | 357 | 350 | 56 | 0 | 3 | 6 | 260 | 116 | 110 |
| Binary | 10000000 | 11101111 | 11101000 | 101110 | 0 | 11 | 110 | 10110000 | 1001110 | 1001000 |
Color Harmonies of #80EFE8
Complementary color
Monochromatic Colors of #80EFE8
Black with #80EFE8
Text Example
Text Example
White with #80EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFE8; }
p { color: rgb(128,239,232); }
H1.HeaderClassName
{
color: #80EFE8;
}
.AnyTagClassName
{
color: #80EFE8;
}
</style>
background-color css
<style>
a { background-color: #80EFE8; }
a { background-color: rgb(128,239,232); }
div.DivClassName
{
background-color: #80EFE8;
}
.BgClassName
{
background-color: #80EFE8;
}
</style>
border-color css
<style>
span { border-color: #80EFE8; }
span { border-color: rgb(128,239,232); }
td.TdClassName
{
border-color: #80EFE8;
}
.TagClassName
{
border-color: #80EFE8;
}
</style>