Shades of Vista Blue #A0E9B9
Tints of Vista Blue #A0E9B9
RGB
CMYK
RGB Variations
Color information
#A0E9B9 (or 0xA0E9B9) is known color: Vista Blue. HEX triplet: A0, E9 and B9. RGB value is (160,233,185). Sum of RGB (Red+Green+Blue) = 160+233+185=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9B9 is #5F1646. Grayscale: #CDCDCD. Windows color (decimal): -6231623 or 12183968. OLE color: 12183968.
HSL color Cylindrical-coordinate representation of color #A0E9B9: hue angle of 140.55º 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 #A0E9B9 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 185 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.09 |
| HSL | 140.55º | 0.62% | 0.77% | - |
| HSV(B) | 140.55º | 0.31% | 0.91% | - |
| XYZ | 52.39 | 69.25 | 56.5 | - |
| YUV | 205.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 185 | 0.31 | 0 | 0.21 | 0.09 | 140.55 | 0.62 | 0.77 |
| Hex | A0 | E9 | B9 | 1F | 0 | 15 | 9 | 8D | 3E | 4D |
| Octal | 240 | 351 | 271 | 37 | 0 | 25 | 11 | 215 | 76 | 115 |
| Binary | 10100000 | 11101001 | 10111001 | 11111 | 0 | 10101 | 1001 | 10001101 | 111110 | 1001101 |
Color Harmonies of #A0E9B9
Complementary color
Monochromatic Colors of #A0E9B9
Black with #A0E9B9
Text Example
Text Example
White with #A0E9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9B9; }
p { color: rgb(160,233,185); }
H1.HeaderClassName
{
color: #A0E9B9;
}
.AnyTagClassName
{
color: #A0E9B9;
}
</style>
background-color css
<style>
a { background-color: #A0E9B9; }
a { background-color: rgb(160,233,185); }
div.DivClassName
{
background-color: #A0E9B9;
}
.BgClassName
{
background-color: #A0E9B9;
}
</style>
border-color css
<style>
span { border-color: #A0E9B9; }
span { border-color: rgb(160,233,185); }
td.TdClassName
{
border-color: #A0E9B9;
}
.TagClassName
{
border-color: #A0E9B9;
}
</style>