Shades of Vista Blue #80D5A7
Tints of Vista Blue #80D5A7
RGB
CMYK
RGB Variations
Color information
#80D5A7 (or 0x80D5A7) is known color: Vista Blue. HEX triplet: 80, D5 and A7. RGB value is (128,213,167). Sum of RGB (Red+Green+Blue) = 128+213+167=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #80D5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D5A7 is #7F2A58. Grayscale: #B6B6B6. Windows color (decimal): -8333913 or 10999168. OLE color: 10999168.
HSL color Cylindrical-coordinate representation of color #80D5A7: hue angle of 147.53º degrees, saturation: 0.5, 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 #80D5A7 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 167 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.16 |
| HSL | 147.53º | 0.5% | 0.67% | - |
| HSV(B) | 147.53º | 0.4% | 0.84% | - |
| XYZ | 39.67 | 54.97 | 45.08 | - |
| YUV | 182.34 | 119.34 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 167 | 0.40 | 0 | 0.22 | 0.16 | 147.53 | 0.5 | 0.67 |
| Hex | 80 | D5 | A7 | 28 | 0 | 16 | 10 | 94 | 32 | 43 |
| Octal | 200 | 325 | 247 | 50 | 0 | 26 | 20 | 224 | 62 | 103 |
| Binary | 10000000 | 11010101 | 10100111 | 101000 | 0 | 10110 | 10000 | 10010100 | 110010 | 1000011 |
Color Harmonies of #80D5A7
Complementary color
Monochromatic Colors of #80D5A7
Black with #80D5A7
Text Example
Text Example
White with #80D5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D5A7; }
p { color: rgb(128,213,167); }
H1.HeaderClassName
{
color: #80D5A7;
}
.AnyTagClassName
{
color: #80D5A7;
}
</style>
background-color css
<style>
a { background-color: #80D5A7; }
a { background-color: rgb(128,213,167); }
div.DivClassName
{
background-color: #80D5A7;
}
.BgClassName
{
background-color: #80D5A7;
}
</style>
border-color css
<style>
span { border-color: #80D5A7; }
span { border-color: rgb(128,213,167); }
td.TdClassName
{
border-color: #80D5A7;
}
.TagClassName
{
border-color: #80D5A7;
}
</style>