Shades of Vista Blue #A0E7BA
Tints of Vista Blue #A0E7BA
RGB
CMYK
RGB Variations
Color information
#A0E7BA (or 0xA0E7BA) is known color: Vista Blue. HEX triplet: A0, E7 and BA. RGB value is (160,231,186). Sum of RGB (Red+Green+Blue) = 160+231+186=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E7BA is #5F1845. Grayscale: #CCCCCC. Windows color (decimal): -6232134 or 12248992. OLE color: 12248992.
HSL color Cylindrical-coordinate representation of color #A0E7BA: hue angle of 141.97º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E7BA is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 186 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.09 |
| HSL | 141.97º | 0.6% | 0.77% | - |
| HSV(B) | 141.97º | 0.31% | 0.91% | - |
| XYZ | 51.94 | 68.17 | 56.88 | - |
| YUV | 204.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 186 | 0.31 | 0 | 0.19 | 0.09 | 141.97 | 0.6 | 0.77 |
| Hex | A0 | E7 | BA | 1F | 0 | 13 | 9 | 8E | 3C | 4D |
| Octal | 240 | 347 | 272 | 37 | 0 | 23 | 11 | 216 | 74 | 115 |
| Binary | 10100000 | 11100111 | 10111010 | 11111 | 0 | 10011 | 1001 | 10001110 | 111100 | 1001101 |
Color Harmonies of #A0E7BA
Complementary color
Monochromatic Colors of #A0E7BA
Black with #A0E7BA
Text Example
Text Example
White with #A0E7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E7BA; }
p { color: rgb(160,231,186); }
H1.HeaderClassName
{
color: #A0E7BA;
}
.AnyTagClassName
{
color: #A0E7BA;
}
</style>
background-color css
<style>
a { background-color: #A0E7BA; }
a { background-color: rgb(160,231,186); }
div.DivClassName
{
background-color: #A0E7BA;
}
.BgClassName
{
background-color: #A0E7BA;
}
</style>
border-color css
<style>
span { border-color: #A0E7BA; }
span { border-color: rgb(160,231,186); }
td.TdClassName
{
border-color: #A0E7BA;
}
.TagClassName
{
border-color: #A0E7BA;
}
</style>