Shades of Vista Blue #A1EABA
Tints of Vista Blue #A1EABA
RGB
CMYK
RGB Variations
Color information
#A1EABA (or 0xA1EABA) is known color: Vista Blue. HEX triplet: A1, EA and BA. RGB value is (161,234,186). Sum of RGB (Red+Green+Blue) = 161+234+186=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EABA is #5E1545. Grayscale: #CECECE. Windows color (decimal): -6165830 or 12249761. OLE color: 12249761.
HSL color Cylindrical-coordinate representation of color #A1EABA: hue angle of 140.55º 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 #A1EABA is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 186 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.08 |
| HSL | 140.55º | 0.63% | 0.77% | - |
| HSV(B) | 140.55º | 0.31% | 0.92% | - |
| XYZ | 52.98 | 69.97 | 57.17 | - |
| YUV | 206.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 186 | 0.31 | 0 | 0.21 | 0.08 | 140.55 | 0.63 | 0.77 |
| Hex | A1 | EA | BA | 1F | 0 | 15 | 8 | 8D | 3F | 4D |
| Octal | 241 | 352 | 272 | 37 | 0 | 25 | 10 | 215 | 77 | 115 |
| Binary | 10100001 | 11101010 | 10111010 | 11111 | 0 | 10101 | 1000 | 10001101 | 111111 | 1001101 |
Color Harmonies of #A1EABA
Complementary color
Monochromatic Colors of #A1EABA
Black with #A1EABA
Text Example
Text Example
White with #A1EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EABA; }
p { color: rgb(161,234,186); }
H1.HeaderClassName
{
color: #A1EABA;
}
.AnyTagClassName
{
color: #A1EABA;
}
</style>
background-color css
<style>
a { background-color: #A1EABA; }
a { background-color: rgb(161,234,186); }
div.DivClassName
{
background-color: #A1EABA;
}
.BgClassName
{
background-color: #A1EABA;
}
</style>
border-color css
<style>
span { border-color: #A1EABA; }
span { border-color: rgb(161,234,186); }
td.TdClassName
{
border-color: #A1EABA;
}
.TagClassName
{
border-color: #A1EABA;
}
</style>