Shades of Vista Blue #A2E3BD
Tints of Vista Blue #A2E3BD
RGB
CMYK
RGB Variations
Color information
#A2E3BD (or 0xA2E3BD) is known color: Vista Blue. HEX triplet: A2, E3 and BD. RGB value is (162,227,189). Sum of RGB (Red+Green+Blue) = 162+227+189=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E3BD is #5D1C42. Grayscale: #CBCBCB. Windows color (decimal): -6102083 or 12444578. OLE color: 12444578.
HSL color Cylindrical-coordinate representation of color #A2E3BD: hue angle of 144.92º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E3BD is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 189 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.11 |
| HSL | 144.92º | 0.54% | 0.76% | - |
| HSV(B) | 144.92º | 0.29% | 0.89% | - |
| XYZ | 51.55 | 66.29 | 58.22 | - |
| YUV | 203.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 189 | 0.29 | 0 | 0.17 | 0.11 | 144.92 | 0.54 | 0.76 |
| Hex | A2 | E3 | BD | 1D | 0 | 11 | B | 91 | 36 | 4C |
| Octal | 242 | 343 | 275 | 35 | 0 | 21 | 13 | 221 | 66 | 114 |
| Binary | 10100010 | 11100011 | 10111101 | 11101 | 0 | 10001 | 1011 | 10010001 | 110110 | 1001100 |
Color Harmonies of #A2E3BD
Complementary color
Monochromatic Colors of #A2E3BD
Black with #A2E3BD
Text Example
Text Example
White with #A2E3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E3BD; }
p { color: rgb(162,227,189); }
H1.HeaderClassName
{
color: #A2E3BD;
}
.AnyTagClassName
{
color: #A2E3BD;
}
</style>
background-color css
<style>
a { background-color: #A2E3BD; }
a { background-color: rgb(162,227,189); }
div.DivClassName
{
background-color: #A2E3BD;
}
.BgClassName
{
background-color: #A2E3BD;
}
</style>
border-color css
<style>
span { border-color: #A2E3BD; }
span { border-color: rgb(162,227,189); }
td.TdClassName
{
border-color: #A2E3BD;
}
.TagClassName
{
border-color: #A2E3BD;
}
</style>