Shades of Vista Blue #80E9AD
Tints of Vista Blue #80E9AD
RGB
CMYK
RGB Variations
Color information
#80E9AD (or 0x80E9AD) is known color: Vista Blue. HEX triplet: 80, E9 and AD. RGB value is (128,233,173). Sum of RGB (Red+Green+Blue) = 128+233+173=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #80E9AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E9AD is #7F1652. Grayscale: #C2C2C2. Windows color (decimal): -8328787 or 11397504. OLE color: 11397504.
HSL color Cylindrical-coordinate representation of color #80E9AD: hue angle of 145.71º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E9AD is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 233 | 173 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.09 |
| HSL | 145.71º | 0.7% | 0.71% | - |
| HSV(B) | 145.71º | 0.45% | 0.91% | - |
| XYZ | 45.58 | 65.88 | 49.85 | - |
| YUV | 194.77 | 115.71 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 233 | 173 | 0.45 | 0 | 0.26 | 0.09 | 145.71 | 0.7 | 0.71 |
| Hex | 80 | E9 | AD | 2D | 0 | 1A | 9 | 92 | 46 | 47 |
| Octal | 200 | 351 | 255 | 55 | 0 | 32 | 11 | 222 | 106 | 107 |
| Binary | 10000000 | 11101001 | 10101101 | 101101 | 0 | 11010 | 1001 | 10010010 | 1000110 | 1000111 |
Color Harmonies of #80E9AD
Complementary color
Monochromatic Colors of #80E9AD
Black with #80E9AD
Text Example
Text Example
White with #80E9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E9AD; }
p { color: rgb(128,233,173); }
H1.HeaderClassName
{
color: #80E9AD;
}
.AnyTagClassName
{
color: #80E9AD;
}
</style>
background-color css
<style>
a { background-color: #80E9AD; }
a { background-color: rgb(128,233,173); }
div.DivClassName
{
background-color: #80E9AD;
}
.BgClassName
{
background-color: #80E9AD;
}
</style>
border-color css
<style>
span { border-color: #80E9AD; }
span { border-color: rgb(128,233,173); }
td.TdClassName
{
border-color: #80E9AD;
}
.TagClassName
{
border-color: #80E9AD;
}
</style>