Shades of Vista Blue #A1E8BB
Tints of Vista Blue #A1E8BB
RGB
CMYK
RGB Variations
Color information
#A1E8BB (or 0xA1E8BB) is known color: Vista Blue. HEX triplet: A1, E8 and BB. RGB value is (161,232,187). Sum of RGB (Red+Green+Blue) = 161+232+187=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8BB is #5E1744. Grayscale: #CDCDCD. Windows color (decimal): -6166341 or 12314785. OLE color: 12314785.
HSL color Cylindrical-coordinate representation of color #A1E8BB: hue angle of 141.97º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E8BB is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 187 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.09 |
| HSL | 141.97º | 0.61% | 0.77% | - |
| HSV(B) | 141.97º | 0.31% | 0.91% | - |
| XYZ | 52.52 | 68.88 | 57.54 | - |
| YUV | 205.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 187 | 0.31 | 0 | 0.19 | 0.09 | 141.97 | 0.61 | 0.77 |
| Hex | A1 | E8 | BB | 1F | 0 | 13 | 9 | 8E | 3D | 4D |
| Octal | 241 | 350 | 273 | 37 | 0 | 23 | 11 | 216 | 75 | 115 |
| Binary | 10100001 | 11101000 | 10111011 | 11111 | 0 | 10011 | 1001 | 10001110 | 111101 | 1001101 |
Color Harmonies of #A1E8BB
Complementary color
Monochromatic Colors of #A1E8BB
Black with #A1E8BB
Text Example
Text Example
White with #A1E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E8BB; }
p { color: rgb(161,232,187); }
H1.HeaderClassName
{
color: #A1E8BB;
}
.AnyTagClassName
{
color: #A1E8BB;
}
</style>
background-color css
<style>
a { background-color: #A1E8BB; }
a { background-color: rgb(161,232,187); }
div.DivClassName
{
background-color: #A1E8BB;
}
.BgClassName
{
background-color: #A1E8BB;
}
</style>
border-color css
<style>
span { border-color: #A1E8BB; }
span { border-color: rgb(161,232,187); }
td.TdClassName
{
border-color: #A1E8BB;
}
.TagClassName
{
border-color: #A1E8BB;
}
</style>