Shades of Vista Blue #A0E2B9
Tints of Vista Blue #A0E2B9
RGB
CMYK
RGB Variations
Color information
#A0E2B9 (or 0xA0E2B9) is known color: Vista Blue. HEX triplet: A0, E2 and B9. RGB value is (160,226,185). Sum of RGB (Red+Green+Blue) = 160+226+185=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E2B9 is #5F1D46. Grayscale: #C9C9C9. Windows color (decimal): -6233415 or 12182176. OLE color: 12182176.
HSL color Cylindrical-coordinate representation of color #A0E2B9: hue angle of 142.73º degrees, saturation: 0.53, 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 #A0E2B9 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 185 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.11 |
| HSL | 142.73º | 0.53% | 0.76% | - |
| HSV(B) | 142.73º | 0.29% | 0.89% | - |
| XYZ | 50.45 | 65.37 | 55.86 | - |
| YUV | 201.59 | 118.63 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 185 | 0.29 | 0 | 0.18 | 0.11 | 142.73 | 0.53 | 0.76 |
| Hex | A0 | E2 | B9 | 1D | 0 | 12 | B | 8F | 35 | 4C |
| Octal | 240 | 342 | 271 | 35 | 0 | 22 | 13 | 217 | 65 | 114 |
| Binary | 10100000 | 11100010 | 10111001 | 11101 | 0 | 10010 | 1011 | 10001111 | 110101 | 1001100 |
Color Harmonies of #A0E2B9
Complementary color
Monochromatic Colors of #A0E2B9
Black with #A0E2B9
Text Example
Text Example
White with #A0E2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E2B9; }
p { color: rgb(160,226,185); }
H1.HeaderClassName
{
color: #A0E2B9;
}
.AnyTagClassName
{
color: #A0E2B9;
}
</style>
background-color css
<style>
a { background-color: #A0E2B9; }
a { background-color: rgb(160,226,185); }
div.DivClassName
{
background-color: #A0E2B9;
}
.BgClassName
{
background-color: #A0E2B9;
}
</style>
border-color css
<style>
span { border-color: #A0E2B9; }
span { border-color: rgb(160,226,185); }
td.TdClassName
{
border-color: #A0E2B9;
}
.TagClassName
{
border-color: #A0E2B9;
}
</style>