Shades of Vista Blue #80E7AE
Tints of Vista Blue #80E7AE
RGB
CMYK
RGB Variations
Color information
#80E7AE (or 0x80E7AE) is known color: Vista Blue. HEX triplet: 80, E7 and AE. RGB value is (128,231,174). Sum of RGB (Red+Green+Blue) = 128+231+174=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #80E7AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E7AE is #7F1851. Grayscale: #C1C1C1. Windows color (decimal): -8329298 or 11462528. OLE color: 11462528.
HSL color Cylindrical-coordinate representation of color #80E7AE: hue angle of 146.8º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E7AE is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 231 | 174 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.09 |
| HSL | 146.8º | 0.68% | 0.7% | - |
| HSV(B) | 146.8º | 0.45% | 0.91% | - |
| XYZ | 45.12 | 64.8 | 50.17 | - |
| YUV | 193.71 | 116.88 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 231 | 174 | 0.45 | 0 | 0.25 | 0.09 | 146.8 | 0.68 | 0.7 |
| Hex | 80 | E7 | AE | 2D | 0 | 19 | 9 | 93 | 44 | 46 |
| Octal | 200 | 347 | 256 | 55 | 0 | 31 | 11 | 223 | 104 | 106 |
| Binary | 10000000 | 11100111 | 10101110 | 101101 | 0 | 11001 | 1001 | 10010011 | 1000100 | 1000110 |
Color Harmonies of #80E7AE
Complementary color
Monochromatic Colors of #80E7AE
Black with #80E7AE
Text Example
Text Example
White with #80E7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E7AE; }
p { color: rgb(128,231,174); }
H1.HeaderClassName
{
color: #80E7AE;
}
.AnyTagClassName
{
color: #80E7AE;
}
</style>
background-color css
<style>
a { background-color: #80E7AE; }
a { background-color: rgb(128,231,174); }
div.DivClassName
{
background-color: #80E7AE;
}
.BgClassName
{
background-color: #80E7AE;
}
</style>
border-color css
<style>
span { border-color: #80E7AE; }
span { border-color: rgb(128,231,174); }
td.TdClassName
{
border-color: #80E7AE;
}
.TagClassName
{
border-color: #80E7AE;
}
</style>