Shades of Electric Blue #80EEE7
Tints of Electric Blue #80EEE7
RGB
CMYK
RGB Variations
Color information
#80EEE7 (or 0x80EEE7) is known color: Electric Blue. HEX triplet: 80, EE and E7. RGB value is (128,238,231). Sum of RGB (Red+Green+Blue) = 128+238+231=597 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.44% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EEE7 is #7F1118. Grayscale: #CCCCCC. Windows color (decimal): -8327449 or 15199872. OLE color: 15199872.
HSL color Cylindrical-coordinate representation of color #80EEE7: hue angle of 176.18º 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 #80EEE7 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 231 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.07 |
| HSL | 176.18º | 0.76% | 0.72% | - |
| HSV(B) | 176.18º | 0.46% | 0.93% | - |
| XYZ | 53.9 | 71.51 | 86.56 | - |
| YUV | 204.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 231 | 0.46 | 0 | 0.03 | 0.07 | 176.18 | 0.76 | 0.72 |
| Hex | 80 | EE | E7 | 2E | 0 | 3 | 7 | B0 | 4C | 48 |
| Octal | 200 | 356 | 347 | 56 | 0 | 3 | 7 | 260 | 114 | 110 |
| Binary | 10000000 | 11101110 | 11100111 | 101110 | 0 | 11 | 111 | 10110000 | 1001100 | 1001000 |
Color Harmonies of #80EEE7
Complementary color
Monochromatic Colors of #80EEE7
Black with #80EEE7
Text Example
Text Example
White with #80EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEE7; }
p { color: rgb(128,238,231); }
H1.HeaderClassName
{
color: #80EEE7;
}
.AnyTagClassName
{
color: #80EEE7;
}
</style>
background-color css
<style>
a { background-color: #80EEE7; }
a { background-color: rgb(128,238,231); }
div.DivClassName
{
background-color: #80EEE7;
}
.BgClassName
{
background-color: #80EEE7;
}
</style>
border-color css
<style>
span { border-color: #80EEE7; }
span { border-color: rgb(128,238,231); }
td.TdClassName
{
border-color: #80EEE7;
}
.TagClassName
{
border-color: #80EEE7;
}
</style>