Shades of Vista Blue #80D89F
Tints of Vista Blue #80D89F
RGB
CMYK
RGB Variations
Color information
#80D89F (or 0x80D89F) is known color: Vista Blue. HEX triplet: 80, D8 and 9F. RGB value is (128,216,159). Sum of RGB (Red+Green+Blue) = 128+216+159=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #80D89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D89F is #7F2760. Grayscale: #B7B7B7. Windows color (decimal): -8333153 or 10475648. OLE color: 10475648.
HSL color Cylindrical-coordinate representation of color #80D89F: hue angle of 141.14º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D89F is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 159 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.15 |
| HSL | 141.14º | 0.53% | 0.67% | - |
| HSV(B) | 141.14º | 0.41% | 0.85% | - |
| XYZ | 39.72 | 56.2 | 41.56 | - |
| YUV | 183.19 | 114.35 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 159 | 0.41 | 0 | 0.26 | 0.15 | 141.14 | 0.53 | 0.67 |
| Hex | 80 | D8 | 9F | 29 | 0 | 1A | F | 8D | 35 | 43 |
| Octal | 200 | 330 | 237 | 51 | 0 | 32 | 17 | 215 | 65 | 103 |
| Binary | 10000000 | 11011000 | 10011111 | 101001 | 0 | 11010 | 1111 | 10001101 | 110101 | 1000011 |
Color Harmonies of #80D89F
Complementary color
Monochromatic Colors of #80D89F
Black with #80D89F
Text Example
Text Example
White with #80D89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D89F; }
p { color: rgb(128,216,159); }
H1.HeaderClassName
{
color: #80D89F;
}
.AnyTagClassName
{
color: #80D89F;
}
</style>
background-color css
<style>
a { background-color: #80D89F; }
a { background-color: rgb(128,216,159); }
div.DivClassName
{
background-color: #80D89F;
}
.BgClassName
{
background-color: #80D89F;
}
</style>
border-color css
<style>
span { border-color: #80D89F; }
span { border-color: rgb(128,216,159); }
td.TdClassName
{
border-color: #80D89F;
}
.TagClassName
{
border-color: #80D89F;
}
</style>