Shades of Vista Blue #A1E3BB
Tints of Vista Blue #A1E3BB
RGB
CMYK
RGB Variations
Color information
#A1E3BB (or 0xA1E3BB) is known color: Vista Blue. HEX triplet: A1, E3 and BB. RGB value is (161,227,187). Sum of RGB (Red+Green+Blue) = 161+227+187=575 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E3BB is #5E1C44. Grayscale: #CACACA. Windows color (decimal): -6167621 or 12313505. OLE color: 12313505.
HSL color Cylindrical-coordinate representation of color #A1E3BB: hue angle of 143.64º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E3BB is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 187 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.11 |
| HSL | 143.64º | 0.54% | 0.76% | - |
| HSV(B) | 143.64º | 0.29% | 0.89% | - |
| XYZ | 51.14 | 66.1 | 57.08 | - |
| YUV | 202.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 187 | 0.29 | 0 | 0.18 | 0.11 | 143.64 | 0.54 | 0.76 |
| Hex | A1 | E3 | BB | 1D | 0 | 12 | B | 90 | 36 | 4C |
| Octal | 241 | 343 | 273 | 35 | 0 | 22 | 13 | 220 | 66 | 114 |
| Binary | 10100001 | 11100011 | 10111011 | 11101 | 0 | 10010 | 1011 | 10010000 | 110110 | 1001100 |
Color Harmonies of #A1E3BB
Complementary color
Monochromatic Colors of #A1E3BB
Black with #A1E3BB
Text Example
Text Example
White with #A1E3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E3BB; }
p { color: rgb(161,227,187); }
H1.HeaderClassName
{
color: #A1E3BB;
}
.AnyTagClassName
{
color: #A1E3BB;
}
</style>
background-color css
<style>
a { background-color: #A1E3BB; }
a { background-color: rgb(161,227,187); }
div.DivClassName
{
background-color: #A1E3BB;
}
.BgClassName
{
background-color: #A1E3BB;
}
</style>
border-color css
<style>
span { border-color: #A1E3BB; }
span { border-color: rgb(161,227,187); }
td.TdClassName
{
border-color: #A1E3BB;
}
.TagClassName
{
border-color: #A1E3BB;
}
</style>