Shades of Vista Blue #A0E8B9
Tints of Vista Blue #A0E8B9
RGB
CMYK
RGB Variations
Color information
#A0E8B9 (or 0xA0E8B9) is known color: Vista Blue. HEX triplet: A0, E8 and B9. RGB value is (160,232,185). Sum of RGB (Red+Green+Blue) = 160+232+185=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E8B9 is #5F1746. Grayscale: #CDCDCD. Windows color (decimal): -6231879 or 12183712. OLE color: 12183712.
HSL color Cylindrical-coordinate representation of color #A0E8B9: hue angle of 140.83º 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 #A0E8B9 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 185 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.09 |
| HSL | 140.83º | 0.61% | 0.77% | - |
| HSV(B) | 140.83º | 0.31% | 0.91% | - |
| XYZ | 52.11 | 68.69 | 56.41 | - |
| YUV | 205.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 185 | 0.31 | 0 | 0.20 | 0.09 | 140.83 | 0.61 | 0.77 |
| Hex | A0 | E8 | B9 | 1F | 0 | 14 | 9 | 8D | 3D | 4D |
| Octal | 240 | 350 | 271 | 37 | 0 | 24 | 11 | 215 | 75 | 115 |
| Binary | 10100000 | 11101000 | 10111001 | 11111 | 0 | 10100 | 1001 | 10001101 | 111101 | 1001101 |
Color Harmonies of #A0E8B9
Complementary color
Monochromatic Colors of #A0E8B9
Black with #A0E8B9
Text Example
Text Example
White with #A0E8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E8B9; }
p { color: rgb(160,232,185); }
H1.HeaderClassName
{
color: #A0E8B9;
}
.AnyTagClassName
{
color: #A0E8B9;
}
</style>
background-color css
<style>
a { background-color: #A0E8B9; }
a { background-color: rgb(160,232,185); }
div.DivClassName
{
background-color: #A0E8B9;
}
.BgClassName
{
background-color: #A0E8B9;
}
</style>
border-color css
<style>
span { border-color: #A0E8B9; }
span { border-color: rgb(160,232,185); }
td.TdClassName
{
border-color: #A0E8B9;
}
.TagClassName
{
border-color: #A0E8B9;
}
</style>