Shades of Vista Blue #A0E2BC
Tints of Vista Blue #A0E2BC
RGB
CMYK
RGB Variations
Color information
#A0E2BC (or 0xA0E2BC) is known color: Vista Blue. HEX triplet: A0, E2 and BC. RGB value is (160,226,188). Sum of RGB (Red+Green+Blue) = 160+226+188=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E2BC is #5F1D43. Grayscale: #CACACA. Windows color (decimal): -6233412 or 12378784. OLE color: 12378784.
HSL color Cylindrical-coordinate representation of color #A0E2BC: hue angle of 145.45º 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 #A0E2BC is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 188 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.11 |
| HSL | 145.45º | 0.53% | 0.76% | - |
| HSV(B) | 145.45º | 0.29% | 0.89% | - |
| XYZ | 50.77 | 65.5 | 57.54 | - |
| YUV | 201.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 188 | 0.29 | 0 | 0.17 | 0.11 | 145.45 | 0.53 | 0.76 |
| Hex | A0 | E2 | BC | 1D | 0 | 11 | B | 91 | 35 | 4C |
| Octal | 240 | 342 | 274 | 35 | 0 | 21 | 13 | 221 | 65 | 114 |
| Binary | 10100000 | 11100010 | 10111100 | 11101 | 0 | 10001 | 1011 | 10010001 | 110101 | 1001100 |
Color Harmonies of #A0E2BC
Complementary color
Monochromatic Colors of #A0E2BC
Black with #A0E2BC
Text Example
Text Example
White with #A0E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E2BC; }
p { color: rgb(160,226,188); }
H1.HeaderClassName
{
color: #A0E2BC;
}
.AnyTagClassName
{
color: #A0E2BC;
}
</style>
background-color css
<style>
a { background-color: #A0E2BC; }
a { background-color: rgb(160,226,188); }
div.DivClassName
{
background-color: #A0E2BC;
}
.BgClassName
{
background-color: #A0E2BC;
}
</style>
border-color css
<style>
span { border-color: #A0E2BC; }
span { border-color: rgb(160,226,188); }
td.TdClassName
{
border-color: #A0E2BC;
}
.TagClassName
{
border-color: #A0E2BC;
}
</style>