Shades of Vista Blue #A0E8BA
Tints of Vista Blue #A0E8BA
RGB
CMYK
RGB Variations
Color information
#A0E8BA (or 0xA0E8BA) is known color: Vista Blue. HEX triplet: A0, E8 and BA. RGB value is (160,232,186). Sum of RGB (Red+Green+Blue) = 160+232+186=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E8BA is #5F1745. Grayscale: #CDCDCD. Windows color (decimal): -6231878 or 12249248. OLE color: 12249248.
HSL color Cylindrical-coordinate representation of color #A0E8BA: hue angle of 141.67º degrees, saturation: 0.61, 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 #A0E8BA is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 186 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.09 |
| HSL | 141.67º | 0.61% | 0.77% | - |
| HSV(B) | 141.67º | 0.31% | 0.91% | - |
| XYZ | 52.22 | 68.73 | 56.97 | - |
| YUV | 205.23 | 117.15 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 186 | 0.31 | 0 | 0.20 | 0.09 | 141.67 | 0.61 | 0.77 |
| Hex | A0 | E8 | BA | 1F | 0 | 14 | 9 | 8E | 3D | 4D |
| Octal | 240 | 350 | 272 | 37 | 0 | 24 | 11 | 216 | 75 | 115 |
| Binary | 10100000 | 11101000 | 10111010 | 11111 | 0 | 10100 | 1001 | 10001110 | 111101 | 1001101 |
Color Harmonies of #A0E8BA
Complementary color
Monochromatic Colors of #A0E8BA
Black with #A0E8BA
Text Example
Text Example
White with #A0E8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E8BA; }
p { color: rgb(160,232,186); }
H1.HeaderClassName
{
color: #A0E8BA;
}
.AnyTagClassName
{
color: #A0E8BA;
}
</style>
background-color css
<style>
a { background-color: #A0E8BA; }
a { background-color: rgb(160,232,186); }
div.DivClassName
{
background-color: #A0E8BA;
}
.BgClassName
{
background-color: #A0E8BA;
}
</style>
border-color css
<style>
span { border-color: #A0E8BA; }
span { border-color: rgb(160,232,186); }
td.TdClassName
{
border-color: #A0E8BA;
}
.TagClassName
{
border-color: #A0E8BA;
}
</style>