Shades of Vista Blue #A0E3BE
Tints of Vista Blue #A0E3BE
RGB
CMYK
RGB Variations
Color information
#A0E3BE (or 0xA0E3BE) is known color: Vista Blue. HEX triplet: A0, E3 and BE. RGB value is (160,227,190). Sum of RGB (Red+Green+Blue) = 160+227+190=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E3BE is #5F1C41. Grayscale: #CACACA. Windows color (decimal): -6233154 or 12510112. OLE color: 12510112.
HSL color Cylindrical-coordinate representation of color #A0E3BE: hue angle of 146.87º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E3BE is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 190 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.11 |
| HSL | 146.87º | 0.54% | 0.76% | - |
| HSV(B) | 146.87º | 0.3% | 0.89% | - |
| XYZ | 51.26 | 66.13 | 58.78 | - |
| YUV | 202.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 190 | 0.30 | 0 | 0.16 | 0.11 | 146.87 | 0.54 | 0.76 |
| Hex | A0 | E3 | BE | 1E | 0 | 10 | B | 93 | 36 | 4C |
| Octal | 240 | 343 | 276 | 36 | 0 | 20 | 13 | 223 | 66 | 114 |
| Binary | 10100000 | 11100011 | 10111110 | 11110 | 0 | 10000 | 1011 | 10010011 | 110110 | 1001100 |
Color Harmonies of #A0E3BE
Complementary color
Monochromatic Colors of #A0E3BE
Black with #A0E3BE
Text Example
Text Example
White with #A0E3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E3BE; }
p { color: rgb(160,227,190); }
H1.HeaderClassName
{
color: #A0E3BE;
}
.AnyTagClassName
{
color: #A0E3BE;
}
</style>
background-color css
<style>
a { background-color: #A0E3BE; }
a { background-color: rgb(160,227,190); }
div.DivClassName
{
background-color: #A0E3BE;
}
.BgClassName
{
background-color: #A0E3BE;
}
</style>
border-color css
<style>
span { border-color: #A0E3BE; }
span { border-color: rgb(160,227,190); }
td.TdClassName
{
border-color: #A0E3BE;
}
.TagClassName
{
border-color: #A0E3BE;
}
</style>