Shades of Vista Blue #A1E3C0
Tints of Vista Blue #A1E3C0
RGB
CMYK
RGB Variations
Color information
#A1E3C0 (or 0xA1E3C0) is known color: Vista Blue. HEX triplet: A1, E3 and C0. RGB value is (161,227,192). Sum of RGB (Red+Green+Blue) = 161+227+192=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E3C0 is #5E1C3F. Grayscale: #CBCBCB. Windows color (decimal): -6167616 or 12641185. OLE color: 12641185.
HSL color Cylindrical-coordinate representation of color #A1E3C0: hue angle of 148.18º 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 #A1E3C0 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 192 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.11 |
| HSL | 148.18º | 0.54% | 0.76% | - |
| HSV(B) | 148.18º | 0.29% | 0.89% | - |
| XYZ | 51.68 | 66.32 | 59.95 | - |
| YUV | 203.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 192 | 0.29 | 0 | 0.15 | 0.11 | 148.18 | 0.54 | 0.76 |
| Hex | A1 | E3 | C0 | 1D | 0 | F | B | 94 | 36 | 4C |
| Octal | 241 | 343 | 300 | 35 | 0 | 17 | 13 | 224 | 66 | 114 |
| Binary | 10100001 | 11100011 | 11000000 | 11101 | 0 | 1111 | 1011 | 10010100 | 110110 | 1001100 |
Color Harmonies of #A1E3C0
Complementary color
Monochromatic Colors of #A1E3C0
Black with #A1E3C0
Text Example
Text Example
White with #A1E3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E3C0; }
p { color: rgb(161,227,192); }
H1.HeaderClassName
{
color: #A1E3C0;
}
.AnyTagClassName
{
color: #A1E3C0;
}
</style>
background-color css
<style>
a { background-color: #A1E3C0; }
a { background-color: rgb(161,227,192); }
div.DivClassName
{
background-color: #A1E3C0;
}
.BgClassName
{
background-color: #A1E3C0;
}
</style>
border-color css
<style>
span { border-color: #A1E3C0; }
span { border-color: rgb(161,227,192); }
td.TdClassName
{
border-color: #A1E3C0;
}
.TagClassName
{
border-color: #A1E3C0;
}
</style>