Shades of Vista Blue #80D79E
Tints of Vista Blue #80D79E
RGB
CMYK
RGB Variations
Color information
#80D79E (or 0x80D79E) is known color: Vista Blue. HEX triplet: 80, D7 and 9E. RGB value is (128,215,158). Sum of RGB (Red+Green+Blue) = 128+215+158=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #80D79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D79E is #7F2861. Grayscale: #B6B6B6. Windows color (decimal): -8333410 or 10409856. OLE color: 10409856.
HSL color Cylindrical-coordinate representation of color #80D79E: hue angle of 140.69º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D79E is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 158 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.16 |
| HSL | 140.69º | 0.52% | 0.67% | - |
| HSV(B) | 140.69º | 0.4% | 0.84% | - |
| XYZ | 39.37 | 55.66 | 41.02 | - |
| YUV | 182.49 | 114.18 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 158 | 0.40 | 0 | 0.27 | 0.16 | 140.69 | 0.52 | 0.67 |
| Hex | 80 | D7 | 9E | 28 | 0 | 1B | 10 | 8D | 34 | 43 |
| Octal | 200 | 327 | 236 | 50 | 0 | 33 | 20 | 215 | 64 | 103 |
| Binary | 10000000 | 11010111 | 10011110 | 101000 | 0 | 11011 | 10000 | 10001101 | 110100 | 1000011 |
Color Harmonies of #80D79E
Complementary color
Monochromatic Colors of #80D79E
Black with #80D79E
Text Example
Text Example
White with #80D79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D79E; }
p { color: rgb(128,215,158); }
H1.HeaderClassName
{
color: #80D79E;
}
.AnyTagClassName
{
color: #80D79E;
}
</style>
background-color css
<style>
a { background-color: #80D79E; }
a { background-color: rgb(128,215,158); }
div.DivClassName
{
background-color: #80D79E;
}
.BgClassName
{
background-color: #80D79E;
}
</style>
border-color css
<style>
span { border-color: #80D79E; }
span { border-color: rgb(128,215,158); }
td.TdClassName
{
border-color: #80D79E;
}
.TagClassName
{
border-color: #80D79E;
}
</style>