Shades of Vista Blue #A2E7BC
Tints of Vista Blue #A2E7BC
RGB
CMYK
RGB Variations
Color information
#A2E7BC (or 0xA2E7BC) is known color: Vista Blue. HEX triplet: A2, E7 and BC. RGB value is (162,231,188). Sum of RGB (Red+Green+Blue) = 162+231+188=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E7BC is #5D1843. Grayscale: #CDCDCD. Windows color (decimal): -6101060 or 12380066. OLE color: 12380066.
HSL color Cylindrical-coordinate representation of color #A2E7BC: hue angle of 142.61º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E7BC is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 188 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.09 |
| HSL | 142.61º | 0.59% | 0.77% | - |
| HSV(B) | 142.61º | 0.3% | 0.91% | - |
| XYZ | 52.55 | 68.46 | 58.02 | - |
| YUV | 205.47 | 118.14 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 188 | 0.30 | 0 | 0.19 | 0.09 | 142.61 | 0.59 | 0.77 |
| Hex | A2 | E7 | BC | 1E | 0 | 13 | 9 | 8F | 3B | 4D |
| Octal | 242 | 347 | 274 | 36 | 0 | 23 | 11 | 217 | 73 | 115 |
| Binary | 10100010 | 11100111 | 10111100 | 11110 | 0 | 10011 | 1001 | 10001111 | 111011 | 1001101 |
Color Harmonies of #A2E7BC
Complementary color
Monochromatic Colors of #A2E7BC
Black with #A2E7BC
Text Example
Text Example
White with #A2E7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E7BC; }
p { color: rgb(162,231,188); }
H1.HeaderClassName
{
color: #A2E7BC;
}
.AnyTagClassName
{
color: #A2E7BC;
}
</style>
background-color css
<style>
a { background-color: #A2E7BC; }
a { background-color: rgb(162,231,188); }
div.DivClassName
{
background-color: #A2E7BC;
}
.BgClassName
{
background-color: #A2E7BC;
}
</style>
border-color css
<style>
span { border-color: #A2E7BC; }
span { border-color: rgb(162,231,188); }
td.TdClassName
{
border-color: #A2E7BC;
}
.TagClassName
{
border-color: #A2E7BC;
}
</style>