Shades of Vista Blue #A2E4BB
Tints of Vista Blue #A2E4BB
RGB
CMYK
RGB Variations
Color information
#A2E4BB (or 0xA2E4BB) is known color: Vista Blue. HEX triplet: A2, E4 and BB. RGB value is (162,228,187). Sum of RGB (Red+Green+Blue) = 162+228+187=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E4BB is #5D1B44. Grayscale: #CBCBCB. Windows color (decimal): -6101829 or 12313762. OLE color: 12313762.
HSL color Cylindrical-coordinate representation of color #A2E4BB: hue angle of 142.73º degrees, saturation: 0.55, 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 #A2E4BB is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 187 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.11 |
| HSL | 142.73º | 0.55% | 0.76% | - |
| HSV(B) | 142.73º | 0.29% | 0.89% | - |
| XYZ | 51.61 | 66.76 | 57.18 | - |
| YUV | 203.59 | 118.63 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 187 | 0.29 | 0 | 0.18 | 0.11 | 142.73 | 0.55 | 0.76 |
| Hex | A2 | E4 | BB | 1D | 0 | 12 | B | 8F | 37 | 4C |
| Octal | 242 | 344 | 273 | 35 | 0 | 22 | 13 | 217 | 67 | 114 |
| Binary | 10100010 | 11100100 | 10111011 | 11101 | 0 | 10010 | 1011 | 10001111 | 110111 | 1001100 |
Color Harmonies of #A2E4BB
Complementary color
Monochromatic Colors of #A2E4BB
Black with #A2E4BB
Text Example
Text Example
White with #A2E4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E4BB; }
p { color: rgb(162,228,187); }
H1.HeaderClassName
{
color: #A2E4BB;
}
.AnyTagClassName
{
color: #A2E4BB;
}
</style>
background-color css
<style>
a { background-color: #A2E4BB; }
a { background-color: rgb(162,228,187); }
div.DivClassName
{
background-color: #A2E4BB;
}
.BgClassName
{
background-color: #A2E4BB;
}
</style>
border-color css
<style>
span { border-color: #A2E4BB; }
span { border-color: rgb(162,228,187); }
td.TdClassName
{
border-color: #A2E4BB;
}
.TagClassName
{
border-color: #A2E4BB;
}
</style>