Shades of Vista Blue #A1E6BF
Tints of Vista Blue #A1E6BF
RGB
CMYK
RGB Variations
Color information
#A1E6BF (or 0xA1E6BF) is known color: Vista Blue. HEX triplet: A1, E6 and BF. RGB value is (161,230,191). Sum of RGB (Red+Green+Blue) = 161+230+191=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E6BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E6BF is #5E1940. Grayscale: #CDCDCD. Windows color (decimal): -6166849 or 12576417. OLE color: 12576417.
HSL color Cylindrical-coordinate representation of color #A1E6BF: hue angle of 146.09º 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 #A1E6BF is Cyan = 0.3, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 191 | - |
| CMYK | 0.3 | 0 | 0.17 | 0.10 |
| HSL | 146.09º | 0.58% | 0.77% | - |
| HSV(B) | 146.09º | 0.3% | 0.9% | - |
| XYZ | 52.4 | 67.93 | 59.64 | - |
| YUV | 204.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 191 | 0.3 | 0 | 0.17 | 0.10 | 146.09 | 0.58 | 0.77 |
| Hex | A1 | E6 | BF | 1E | 0 | 11 | A | 92 | 3A | 4D |
| Octal | 241 | 346 | 277 | 36 | 0 | 21 | 12 | 222 | 72 | 115 |
| Binary | 10100001 | 11100110 | 10111111 | 11110 | 0 | 10001 | 1010 | 10010010 | 111010 | 1001101 |
Color Harmonies of #A1E6BF
Complementary color
Monochromatic Colors of #A1E6BF
Black with #A1E6BF
Text Example
Text Example
White with #A1E6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E6BF; }
p { color: rgb(161,230,191); }
H1.HeaderClassName
{
color: #A1E6BF;
}
.AnyTagClassName
{
color: #A1E6BF;
}
</style>
background-color css
<style>
a { background-color: #A1E6BF; }
a { background-color: rgb(161,230,191); }
div.DivClassName
{
background-color: #A1E6BF;
}
.BgClassName
{
background-color: #A1E6BF;
}
</style>
border-color css
<style>
span { border-color: #A1E6BF; }
span { border-color: rgb(161,230,191); }
td.TdClassName
{
border-color: #A1E6BF;
}
.TagClassName
{
border-color: #A1E6BF;
}
</style>