Shades of Vista Blue #A0E7B9
Tints of Vista Blue #A0E7B9
RGB
CMYK
RGB Variations
Color information
#A0E7B9 (or 0xA0E7B9) is known color: Vista Blue. HEX triplet: A0, E7 and B9. RGB value is (160,231,185). Sum of RGB (Red+Green+Blue) = 160+231+185=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 231 (90.62% from 255 or 40.10% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E7B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E7B9 is #5F1846. Grayscale: #CCCCCC. Windows color (decimal): -6232135 or 12183456. OLE color: 12183456.
HSL color Cylindrical-coordinate representation of color #A0E7B9: hue angle of 141.13º 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 #A0E7B9 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 185 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.09 |
| HSL | 141.13º | 0.6% | 0.77% | - |
| HSV(B) | 141.13º | 0.31% | 0.91% | - |
| XYZ | 51.83 | 68.13 | 56.32 | - |
| YUV | 204.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 185 | 0.31 | 0 | 0.20 | 0.09 | 141.13 | 0.6 | 0.77 |
| Hex | A0 | E7 | B9 | 1F | 0 | 14 | 9 | 8D | 3C | 4D |
| Octal | 240 | 347 | 271 | 37 | 0 | 24 | 11 | 215 | 74 | 115 |
| Binary | 10100000 | 11100111 | 10111001 | 11111 | 0 | 10100 | 1001 | 10001101 | 111100 | 1001101 |
Color Harmonies of #A0E7B9
Complementary color
Monochromatic Colors of #A0E7B9
Black with #A0E7B9
Text Example
Text Example
White with #A0E7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E7B9; }
p { color: rgb(160,231,185); }
H1.HeaderClassName
{
color: #A0E7B9;
}
.AnyTagClassName
{
color: #A0E7B9;
}
</style>
background-color css
<style>
a { background-color: #A0E7B9; }
a { background-color: rgb(160,231,185); }
div.DivClassName
{
background-color: #A0E7B9;
}
.BgClassName
{
background-color: #A0E7B9;
}
</style>
border-color css
<style>
span { border-color: #A0E7B9; }
span { border-color: rgb(160,231,185); }
td.TdClassName
{
border-color: #A0E7B9;
}
.TagClassName
{
border-color: #A0E7B9;
}
</style>