Shades of Vista Blue #A0E9BA
Tints of Vista Blue #A0E9BA
RGB
CMYK
RGB Variations
Color information
#A0E9BA (or 0xA0E9BA) is known color: Vista Blue. HEX triplet: A0, E9 and BA. RGB value is (160,233,186). Sum of RGB (Red+Green+Blue) = 160+233+186=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9BA is #5F1645. Grayscale: #CDCDCD. Windows color (decimal): -6231622 or 12249504. OLE color: 12249504.
HSL color Cylindrical-coordinate representation of color #A0E9BA: hue angle of 141.37º degrees, saturation: 0.62, 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 #A0E9BA is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 186 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.09 |
| HSL | 141.37º | 0.62% | 0.77% | - |
| HSV(B) | 141.37º | 0.31% | 0.91% | - |
| XYZ | 52.5 | 69.3 | 57.06 | - |
| YUV | 205.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 186 | 0.31 | 0 | 0.20 | 0.09 | 141.37 | 0.62 | 0.77 |
| Hex | A0 | E9 | BA | 1F | 0 | 14 | 9 | 8D | 3E | 4D |
| Octal | 240 | 351 | 272 | 37 | 0 | 24 | 11 | 215 | 76 | 115 |
| Binary | 10100000 | 11101001 | 10111010 | 11111 | 0 | 10100 | 1001 | 10001101 | 111110 | 1001101 |
Color Harmonies of #A0E9BA
Complementary color
Monochromatic Colors of #A0E9BA
Black with #A0E9BA
Text Example
Text Example
White with #A0E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9BA; }
p { color: rgb(160,233,186); }
H1.HeaderClassName
{
color: #A0E9BA;
}
.AnyTagClassName
{
color: #A0E9BA;
}
</style>
background-color css
<style>
a { background-color: #A0E9BA; }
a { background-color: rgb(160,233,186); }
div.DivClassName
{
background-color: #A0E9BA;
}
.BgClassName
{
background-color: #A0E9BA;
}
</style>
border-color css
<style>
span { border-color: #A0E9BA; }
span { border-color: rgb(160,233,186); }
td.TdClassName
{
border-color: #A0E9BA;
}
.TagClassName
{
border-color: #A0E9BA;
}
</style>