Shades of Vista Blue #A2E2BD
Tints of Vista Blue #A2E2BD
RGB
CMYK
RGB Variations
Color information
#A2E2BD (or 0xA2E2BD) is known color: Vista Blue. HEX triplet: A2, E2 and BD. RGB value is (162,226,189). Sum of RGB (Red+Green+Blue) = 162+226+189=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E2BD is #5D1D42. Grayscale: #CACACA. Windows color (decimal): -6102339 or 12444322. OLE color: 12444322.
HSL color Cylindrical-coordinate representation of color #A2E2BD: hue angle of 145.31º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2E2BD is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 189 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.11 |
| HSL | 145.31º | 0.52% | 0.76% | - |
| HSV(B) | 145.31º | 0.28% | 0.89% | - |
| XYZ | 51.28 | 65.75 | 58.13 | - |
| YUV | 202.65 | 120.3 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 189 | 0.28 | 0 | 0.16 | 0.11 | 145.31 | 0.52 | 0.76 |
| Hex | A2 | E2 | BD | 1C | 0 | 10 | B | 91 | 34 | 4C |
| Octal | 242 | 342 | 275 | 34 | 0 | 20 | 13 | 221 | 64 | 114 |
| Binary | 10100010 | 11100010 | 10111101 | 11100 | 0 | 10000 | 1011 | 10010001 | 110100 | 1001100 |
Color Harmonies of #A2E2BD
Complementary color
Monochromatic Colors of #A2E2BD
Black with #A2E2BD
Text Example
Text Example
White with #A2E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E2BD; }
p { color: rgb(162,226,189); }
H1.HeaderClassName
{
color: #A2E2BD;
}
.AnyTagClassName
{
color: #A2E2BD;
}
</style>
background-color css
<style>
a { background-color: #A2E2BD; }
a { background-color: rgb(162,226,189); }
div.DivClassName
{
background-color: #A2E2BD;
}
.BgClassName
{
background-color: #A2E2BD;
}
</style>
border-color css
<style>
span { border-color: #A2E2BD; }
span { border-color: rgb(162,226,189); }
td.TdClassName
{
border-color: #A2E2BD;
}
.TagClassName
{
border-color: #A2E2BD;
}
</style>