Shades of Vista Blue #A1EABB
Tints of Vista Blue #A1EABB
RGB
CMYK
RGB Variations
Color information
#A1EABB (or 0xA1EABB) is known color: Vista Blue. HEX triplet: A1, EA and BB. RGB value is (161,234,187). Sum of RGB (Red+Green+Blue) = 161+234+187=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EABB is #5E1544. Grayscale: #CECECE. Windows color (decimal): -6165829 or 12315297. OLE color: 12315297.
HSL color Cylindrical-coordinate representation of color #A1EABB: hue angle of 141.37º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EABB is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 187 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.08 |
| HSL | 141.37º | 0.63% | 0.77% | - |
| HSV(B) | 141.37º | 0.31% | 0.92% | - |
| XYZ | 53.09 | 70.01 | 57.73 | - |
| YUV | 206.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 187 | 0.31 | 0 | 0.20 | 0.08 | 141.37 | 0.63 | 0.77 |
| Hex | A1 | EA | BB | 1F | 0 | 14 | 8 | 8D | 3F | 4D |
| Octal | 241 | 352 | 273 | 37 | 0 | 24 | 10 | 215 | 77 | 115 |
| Binary | 10100001 | 11101010 | 10111011 | 11111 | 0 | 10100 | 1000 | 10001101 | 111111 | 1001101 |
Color Harmonies of #A1EABB
Complementary color
Monochromatic Colors of #A1EABB
Black with #A1EABB
Text Example
Text Example
White with #A1EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EABB; }
p { color: rgb(161,234,187); }
H1.HeaderClassName
{
color: #A1EABB;
}
.AnyTagClassName
{
color: #A1EABB;
}
</style>
background-color css
<style>
a { background-color: #A1EABB; }
a { background-color: rgb(161,234,187); }
div.DivClassName
{
background-color: #A1EABB;
}
.BgClassName
{
background-color: #A1EABB;
}
</style>
border-color css
<style>
span { border-color: #A1EABB; }
span { border-color: rgb(161,234,187); }
td.TdClassName
{
border-color: #A1EABB;
}
.TagClassName
{
border-color: #A1EABB;
}
</style>