Shades of Vista Blue #A2E4BD
Tints of Vista Blue #A2E4BD
RGB
CMYK
RGB Variations
Color information
#A2E4BD (or 0xA2E4BD) is known color: Vista Blue. HEX triplet: A2, E4 and BD. RGB value is (162,228,189). Sum of RGB (Red+Green+Blue) = 162+228+189=579 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.98% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E4BD is #5D1B42. Grayscale: #CBCBCB. Windows color (decimal): -6101827 or 12444834. OLE color: 12444834.
HSL color Cylindrical-coordinate representation of color #A2E4BD: hue angle of 144.55º 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 #A2E4BD is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 189 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.11 |
| HSL | 144.55º | 0.55% | 0.76% | - |
| HSV(B) | 144.55º | 0.29% | 0.89% | - |
| XYZ | 51.83 | 66.84 | 58.31 | - |
| YUV | 203.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 189 | 0.29 | 0 | 0.17 | 0.11 | 144.55 | 0.55 | 0.76 |
| Hex | A2 | E4 | BD | 1D | 0 | 11 | B | 91 | 37 | 4C |
| Octal | 242 | 344 | 275 | 35 | 0 | 21 | 13 | 221 | 67 | 114 |
| Binary | 10100010 | 11100100 | 10111101 | 11101 | 0 | 10001 | 1011 | 10010001 | 110111 | 1001100 |
Color Harmonies of #A2E4BD
Complementary color
Monochromatic Colors of #A2E4BD
Black with #A2E4BD
Text Example
Text Example
White with #A2E4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E4BD; }
p { color: rgb(162,228,189); }
H1.HeaderClassName
{
color: #A2E4BD;
}
.AnyTagClassName
{
color: #A2E4BD;
}
</style>
background-color css
<style>
a { background-color: #A2E4BD; }
a { background-color: rgb(162,228,189); }
div.DivClassName
{
background-color: #A2E4BD;
}
.BgClassName
{
background-color: #A2E4BD;
}
</style>
border-color css
<style>
span { border-color: #A2E4BD; }
span { border-color: rgb(162,228,189); }
td.TdClassName
{
border-color: #A2E4BD;
}
.TagClassName
{
border-color: #A2E4BD;
}
</style>