Shades of Vista Blue #A2E5BF
Tints of Vista Blue #A2E5BF
RGB
CMYK
RGB Variations
Color information
#A2E5BF (or 0xA2E5BF) is known color: Vista Blue. HEX triplet: A2, E5 and BF. RGB value is (162,229,191). Sum of RGB (Red+Green+Blue) = 162+229+191=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E5BF is #5D1A40. Grayscale: #CCCCCC. Windows color (decimal): -6101569 or 12576162. OLE color: 12576162.
HSL color Cylindrical-coordinate representation of color #A2E5BF: hue angle of 145.97º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E5BF is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 191 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.10 |
| HSL | 145.97º | 0.56% | 0.77% | - |
| HSV(B) | 145.97º | 0.29% | 0.9% | - |
| XYZ | 52.32 | 67.48 | 59.56 | - |
| YUV | 204.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 191 | 0.29 | 0 | 0.17 | 0.10 | 145.97 | 0.56 | 0.77 |
| Hex | A2 | E5 | BF | 1D | 0 | 11 | A | 92 | 38 | 4D |
| Octal | 242 | 345 | 277 | 35 | 0 | 21 | 12 | 222 | 70 | 115 |
| Binary | 10100010 | 11100101 | 10111111 | 11101 | 0 | 10001 | 1010 | 10010010 | 111000 | 1001101 |
Color Harmonies of #A2E5BF
Complementary color
Monochromatic Colors of #A2E5BF
Black with #A2E5BF
Text Example
Text Example
White with #A2E5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E5BF; }
p { color: rgb(162,229,191); }
H1.HeaderClassName
{
color: #A2E5BF;
}
.AnyTagClassName
{
color: #A2E5BF;
}
</style>
background-color css
<style>
a { background-color: #A2E5BF; }
a { background-color: rgb(162,229,191); }
div.DivClassName
{
background-color: #A2E5BF;
}
.BgClassName
{
background-color: #A2E5BF;
}
</style>
border-color css
<style>
span { border-color: #A2E5BF; }
span { border-color: rgb(162,229,191); }
td.TdClassName
{
border-color: #A2E5BF;
}
.TagClassName
{
border-color: #A2E5BF;
}
</style>