Shades of Vista Blue #A1E5BF
Tints of Vista Blue #A1E5BF
RGB
CMYK
RGB Variations
Color information
#A1E5BF (or 0xA1E5BF) is known color: Vista Blue. HEX triplet: A1, E5 and BF. RGB value is (161,229,191). Sum of RGB (Red+Green+Blue) = 161+229+191=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5BF is #5E1A40. Grayscale: #CCCCCC. Windows color (decimal): -6167105 or 12576161. OLE color: 12576161.
HSL color Cylindrical-coordinate representation of color #A1E5BF: hue angle of 146.47º 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 #A1E5BF is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 191 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.10 |
| HSL | 146.47º | 0.57% | 0.76% | - |
| HSV(B) | 146.47º | 0.3% | 0.9% | - |
| XYZ | 52.12 | 67.38 | 59.55 | - |
| YUV | 204.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 191 | 0.30 | 0 | 0.17 | 0.10 | 146.47 | 0.57 | 0.76 |
| Hex | A1 | E5 | BF | 1E | 0 | 11 | A | 92 | 39 | 4C |
| Octal | 241 | 345 | 277 | 36 | 0 | 21 | 12 | 222 | 71 | 114 |
| Binary | 10100001 | 11100101 | 10111111 | 11110 | 0 | 10001 | 1010 | 10010010 | 111001 | 1001100 |
Color Harmonies of #A1E5BF
Complementary color
Monochromatic Colors of #A1E5BF
Black with #A1E5BF
Text Example
Text Example
White with #A1E5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E5BF; }
p { color: rgb(161,229,191); }
H1.HeaderClassName
{
color: #A1E5BF;
}
.AnyTagClassName
{
color: #A1E5BF;
}
</style>
background-color css
<style>
a { background-color: #A1E5BF; }
a { background-color: rgb(161,229,191); }
div.DivClassName
{
background-color: #A1E5BF;
}
.BgClassName
{
background-color: #A1E5BF;
}
</style>
border-color css
<style>
span { border-color: #A1E5BF; }
span { border-color: rgb(161,229,191); }
td.TdClassName
{
border-color: #A1E5BF;
}
.TagClassName
{
border-color: #A1E5BF;
}
</style>