Shades of Vista Blue #A2E3B9
Tints of Vista Blue #A2E3B9
RGB
CMYK
RGB Variations
Color information
#A2E3B9 (or 0xA2E3B9) is known color: Vista Blue. HEX triplet: A2, E3 and B9. RGB value is (162,227,185). Sum of RGB (Red+Green+Blue) = 162+227+185=574 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.22% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E3B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E3B9 is #5D1C46. Grayscale: #CACACA. Windows color (decimal): -6102087 or 12182434. OLE color: 12182434.
HSL color Cylindrical-coordinate representation of color #A2E3B9: hue angle of 141.23º 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 #A2E3B9 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 185 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.11 |
| HSL | 141.23º | 0.54% | 0.76% | - |
| HSV(B) | 141.23º | 0.29% | 0.89% | - |
| XYZ | 51.13 | 66.12 | 55.97 | - |
| YUV | 202.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 185 | 0.29 | 0 | 0.19 | 0.11 | 141.23 | 0.54 | 0.76 |
| Hex | A2 | E3 | B9 | 1D | 0 | 13 | B | 8D | 36 | 4C |
| Octal | 242 | 343 | 271 | 35 | 0 | 23 | 13 | 215 | 66 | 114 |
| Binary | 10100010 | 11100011 | 10111001 | 11101 | 0 | 10011 | 1011 | 10001101 | 110110 | 1001100 |
Color Harmonies of #A2E3B9
Complementary color
Monochromatic Colors of #A2E3B9
Black with #A2E3B9
Text Example
Text Example
White with #A2E3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E3B9; }
p { color: rgb(162,227,185); }
H1.HeaderClassName
{
color: #A2E3B9;
}
.AnyTagClassName
{
color: #A2E3B9;
}
</style>
background-color css
<style>
a { background-color: #A2E3B9; }
a { background-color: rgb(162,227,185); }
div.DivClassName
{
background-color: #A2E3B9;
}
.BgClassName
{
background-color: #A2E3B9;
}
</style>
border-color css
<style>
span { border-color: #A2E3B9; }
span { border-color: rgb(162,227,185); }
td.TdClassName
{
border-color: #A2E3B9;
}
.TagClassName
{
border-color: #A2E3B9;
}
</style>