Shades of Vista Blue #A1E5BD
Tints of Vista Blue #A1E5BD
RGB
CMYK
RGB Variations
Color information
#A1E5BD (or 0xA1E5BD) is known color: Vista Blue. HEX triplet: A1, E5 and BD. RGB value is (161,229,189). Sum of RGB (Red+Green+Blue) = 161+229+189=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5BD is #5E1A42. Grayscale: #CCCCCC. Windows color (decimal): -6167107 or 12445089. OLE color: 12445089.
HSL color Cylindrical-coordinate representation of color #A1E5BD: hue angle of 144.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E5BD is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 189 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.10 |
| HSL | 144.71º | 0.57% | 0.76% | - |
| HSV(B) | 144.71º | 0.3% | 0.9% | - |
| XYZ | 51.9 | 67.29 | 58.4 | - |
| YUV | 204.11 | 119.47 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 189 | 0.30 | 0 | 0.17 | 0.10 | 144.71 | 0.57 | 0.76 |
| Hex | A1 | E5 | BD | 1E | 0 | 11 | A | 91 | 39 | 4C |
| Octal | 241 | 345 | 275 | 36 | 0 | 21 | 12 | 221 | 71 | 114 |
| Binary | 10100001 | 11100101 | 10111101 | 11110 | 0 | 10001 | 1010 | 10010001 | 111001 | 1001100 |
Color Harmonies of #A1E5BD
Complementary color
Monochromatic Colors of #A1E5BD
Black with #A1E5BD
Text Example
Text Example
White with #A1E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E5BD; }
p { color: rgb(161,229,189); }
H1.HeaderClassName
{
color: #A1E5BD;
}
.AnyTagClassName
{
color: #A1E5BD;
}
</style>
background-color css
<style>
a { background-color: #A1E5BD; }
a { background-color: rgb(161,229,189); }
div.DivClassName
{
background-color: #A1E5BD;
}
.BgClassName
{
background-color: #A1E5BD;
}
</style>
border-color css
<style>
span { border-color: #A1E5BD; }
span { border-color: rgb(161,229,189); }
td.TdClassName
{
border-color: #A1E5BD;
}
.TagClassName
{
border-color: #A1E5BD;
}
</style>