Shades of Vista Blue #A2E6BD
Tints of Vista Blue #A2E6BD
RGB
CMYK
RGB Variations
Color information
#A2E6BD (or 0xA2E6BD) is known color: Vista Blue. HEX triplet: A2, E6 and BD. RGB value is (162,230,189). Sum of RGB (Red+Green+Blue) = 162+230+189=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E6BD is #5D1942. Grayscale: #CDCDCD. Windows color (decimal): -6101315 or 12445346. OLE color: 12445346.
HSL color Cylindrical-coordinate representation of color #A2E6BD: hue angle of 143.82º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E6BD is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 189 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.10 |
| HSL | 143.82º | 0.58% | 0.77% | - |
| HSV(B) | 143.82º | 0.3% | 0.9% | - |
| XYZ | 52.38 | 67.95 | 58.5 | - |
| YUV | 204.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 189 | 0.30 | 0 | 0.18 | 0.10 | 143.82 | 0.58 | 0.77 |
| Hex | A2 | E6 | BD | 1E | 0 | 12 | A | 90 | 3A | 4D |
| Octal | 242 | 346 | 275 | 36 | 0 | 22 | 12 | 220 | 72 | 115 |
| Binary | 10100010 | 11100110 | 10111101 | 11110 | 0 | 10010 | 1010 | 10010000 | 111010 | 1001101 |
Color Harmonies of #A2E6BD
Complementary color
Monochromatic Colors of #A2E6BD
Black with #A2E6BD
Text Example
Text Example
White with #A2E6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E6BD; }
p { color: rgb(162,230,189); }
H1.HeaderClassName
{
color: #A2E6BD;
}
.AnyTagClassName
{
color: #A2E6BD;
}
</style>
background-color css
<style>
a { background-color: #A2E6BD; }
a { background-color: rgb(162,230,189); }
div.DivClassName
{
background-color: #A2E6BD;
}
.BgClassName
{
background-color: #A2E6BD;
}
</style>
border-color css
<style>
span { border-color: #A2E6BD; }
span { border-color: rgb(162,230,189); }
td.TdClassName
{
border-color: #A2E6BD;
}
.TagClassName
{
border-color: #A2E6BD;
}
</style>