Shades of Vista Blue #80CCA6
Tints of Vista Blue #80CCA6
RGB
CMYK
RGB Variations
Color information
#80CCA6 (or 0x80CCA6) is known color: Vista Blue. HEX triplet: 80, CC and A6. RGB value is (128,204,166). Sum of RGB (Red+Green+Blue) = 128+204+166=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CCA6 is #7F3359. Grayscale: #B1B1B1. Windows color (decimal): -8336218 or 10931328. OLE color: 10931328.
HSL color Cylindrical-coordinate representation of color #80CCA6: hue angle of 150º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCA6 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 166 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.2 |
| HSL | 150º | 0.43% | 0.65% | - |
| HSV(B) | 150º | 0.37% | 0.8% | - |
| XYZ | 37.38 | 50.53 | 43.86 | - |
| YUV | 176.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 166 | 0.37 | 0 | 0.19 | 0.2 | 150 | 0.43 | 0.65 |
| Hex | 80 | CC | A6 | 25 | 0 | 13 | 14 | 96 | 2B | 41 |
| Octal | 200 | 314 | 246 | 45 | 0 | 23 | 24 | 226 | 53 | 101 |
| Binary | 10000000 | 11001100 | 10100110 | 100101 | 0 | 10011 | 10100 | 10010110 | 101011 | 1000001 |
Color Harmonies of #80CCA6
Complementary color
Monochromatic Colors of #80CCA6
Black with #80CCA6
Text Example
Text Example
White with #80CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CCA6; }
p { color: rgb(128,204,166); }
H1.HeaderClassName
{
color: #80CCA6;
}
.AnyTagClassName
{
color: #80CCA6;
}
</style>
background-color css
<style>
a { background-color: #80CCA6; }
a { background-color: rgb(128,204,166); }
div.DivClassName
{
background-color: #80CCA6;
}
.BgClassName
{
background-color: #80CCA6;
}
</style>
border-color css
<style>
span { border-color: #80CCA6; }
span { border-color: rgb(128,204,166); }
td.TdClassName
{
border-color: #80CCA6;
}
.TagClassName
{
border-color: #80CCA6;
}
</style>