Shades of Vista Blue #A1EABC
Tints of Vista Blue #A1EABC
RGB
CMYK
RGB Variations
Color information
#A1EABC (or 0xA1EABC) is known color: Vista Blue. HEX triplet: A1, EA and BC. RGB value is (161,234,188). Sum of RGB (Red+Green+Blue) = 161+234+188=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EABC is #5E1543. Grayscale: #CFCFCF. Windows color (decimal): -6165828 or 12380833. OLE color: 12380833.
HSL color Cylindrical-coordinate representation of color #A1EABC: hue angle of 142.19º 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 #A1EABC is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 188 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.08 |
| HSL | 142.19º | 0.63% | 0.77% | - |
| HSV(B) | 142.19º | 0.31% | 0.92% | - |
| XYZ | 53.2 | 70.05 | 58.29 | - |
| YUV | 206.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 188 | 0.31 | 0 | 0.20 | 0.08 | 142.19 | 0.63 | 0.77 |
| Hex | A1 | EA | BC | 1F | 0 | 14 | 8 | 8E | 3F | 4D |
| Octal | 241 | 352 | 274 | 37 | 0 | 24 | 10 | 216 | 77 | 115 |
| Binary | 10100001 | 11101010 | 10111100 | 11111 | 0 | 10100 | 1000 | 10001110 | 111111 | 1001101 |
Color Harmonies of #A1EABC
Complementary color
Monochromatic Colors of #A1EABC
Black with #A1EABC
Text Example
Text Example
White with #A1EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EABC; }
p { color: rgb(161,234,188); }
H1.HeaderClassName
{
color: #A1EABC;
}
.AnyTagClassName
{
color: #A1EABC;
}
</style>
background-color css
<style>
a { background-color: #A1EABC; }
a { background-color: rgb(161,234,188); }
div.DivClassName
{
background-color: #A1EABC;
}
.BgClassName
{
background-color: #A1EABC;
}
</style>
border-color css
<style>
span { border-color: #A1EABC; }
span { border-color: rgb(161,234,188); }
td.TdClassName
{
border-color: #A1EABC;
}
.TagClassName
{
border-color: #A1EABC;
}
</style>