Shades of Vista Blue #A1E7BE
Tints of Vista Blue #A1E7BE
RGB
CMYK
RGB Variations
Color information
#A1E7BE (or 0xA1E7BE) is known color: Vista Blue. HEX triplet: A1, E7 and BE. RGB value is (161,231,190). Sum of RGB (Red+Green+Blue) = 161+231+190=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7BE is #5E1841. Grayscale: #CDCDCD. Windows color (decimal): -6166594 or 12511137. OLE color: 12511137.
HSL color Cylindrical-coordinate representation of color #A1E7BE: hue angle of 144.86º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E7BE is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 231 | 190 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.09 |
| HSL | 144.86º | 0.59% | 0.77% | - |
| HSV(B) | 144.86º | 0.3% | 0.91% | - |
| XYZ | 52.57 | 68.45 | 59.16 | - |
| YUV | 205.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 190 | 0.30 | 0 | 0.18 | 0.09 | 144.86 | 0.59 | 0.77 |
| Hex | A1 | E7 | BE | 1E | 0 | 12 | 9 | 91 | 3B | 4D |
| Octal | 241 | 347 | 276 | 36 | 0 | 22 | 11 | 221 | 73 | 115 |
| Binary | 10100001 | 11100111 | 10111110 | 11110 | 0 | 10010 | 1001 | 10010001 | 111011 | 1001101 |
Color Harmonies of #A1E7BE
Complementary color
Monochromatic Colors of #A1E7BE
Black with #A1E7BE
Text Example
Text Example
White with #A1E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E7BE; }
p { color: rgb(161,231,190); }
H1.HeaderClassName
{
color: #A1E7BE;
}
.AnyTagClassName
{
color: #A1E7BE;
}
</style>
background-color css
<style>
a { background-color: #A1E7BE; }
a { background-color: rgb(161,231,190); }
div.DivClassName
{
background-color: #A1E7BE;
}
.BgClassName
{
background-color: #A1E7BE;
}
</style>
border-color css
<style>
span { border-color: #A1E7BE; }
span { border-color: rgb(161,231,190); }
td.TdClassName
{
border-color: #A1E7BE;
}
.TagClassName
{
border-color: #A1E7BE;
}
</style>