Shades of Electric Blue #80E9EE
Tints of Electric Blue #80E9EE
RGB
CMYK
RGB Variations
Color information
#80E9EE (or 0x80E9EE) is known color: Electric Blue. HEX triplet: 80, E9 and EE. RGB value is (128,233,238). Sum of RGB (Red+Green+Blue) = 128+233+238=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #80E9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80E9EE is #7F1611. Grayscale: #CACACA. Windows color (decimal): -8328722 or 15657344. OLE color: 15657344.
HSL color Cylindrical-coordinate representation of color #80E9EE: hue angle of 182.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80E9EE is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 233 | 238 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.07 |
| HSL | 182.73º | 0.76% | 0.72% | - |
| HSV(B) | 182.73º | 0.46% | 0.93% | - |
| XYZ | 53.47 | 69.04 | 91.4 | - |
| YUV | 202.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 233 | 238 | 0.46 | 0.02 | 0 | 0.07 | 182.73 | 0.76 | 0.72 |
| Hex | 80 | E9 | EE | 2E | 2 | 0 | 7 | B7 | 4C | 48 |
| Octal | 200 | 351 | 356 | 56 | 2 | 0 | 7 | 267 | 114 | 110 |
| Binary | 10000000 | 11101001 | 11101110 | 101110 | 10 | 0 | 111 | 10110111 | 1001100 | 1001000 |
Color Harmonies of #80E9EE
Complementary color
Monochromatic Colors of #80E9EE
Black with #80E9EE
Text Example
Text Example
White with #80E9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E9EE; }
p { color: rgb(128,233,238); }
H1.HeaderClassName
{
color: #80E9EE;
}
.AnyTagClassName
{
color: #80E9EE;
}
</style>
background-color css
<style>
a { background-color: #80E9EE; }
a { background-color: rgb(128,233,238); }
div.DivClassName
{
background-color: #80E9EE;
}
.BgClassName
{
background-color: #80E9EE;
}
</style>
border-color css
<style>
span { border-color: #80E9EE; }
span { border-color: rgb(128,233,238); }
td.TdClassName
{
border-color: #80E9EE;
}
.TagClassName
{
border-color: #80E9EE;
}
</style>