Shades of Vista Blue #A0E8B7
Tints of Vista Blue #A0E8B7
RGB
CMYK
RGB Variations
Color information
#A0E8B7 (or 0xA0E8B7) is known color: Vista Blue. HEX triplet: A0, E8 and B7. RGB value is (160,232,183). Sum of RGB (Red+Green+Blue) = 160+232+183=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E8B7 is #5F1748. Grayscale: #CDCDCD. Windows color (decimal): -6231881 or 12052640. OLE color: 12052640.
HSL color Cylindrical-coordinate representation of color #A0E8B7: hue angle of 139.17º 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 #A0E8B7 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 183 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.09 |
| HSL | 139.17º | 0.61% | 0.77% | - |
| HSV(B) | 139.17º | 0.31% | 0.91% | - |
| XYZ | 51.9 | 68.61 | 55.31 | - |
| YUV | 204.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 183 | 0.31 | 0 | 0.21 | 0.09 | 139.17 | 0.61 | 0.77 |
| Hex | A0 | E8 | B7 | 1F | 0 | 15 | 9 | 8B | 3D | 4D |
| Octal | 240 | 350 | 267 | 37 | 0 | 25 | 11 | 213 | 75 | 115 |
| Binary | 10100000 | 11101000 | 10110111 | 11111 | 0 | 10101 | 1001 | 10001011 | 111101 | 1001101 |
Color Harmonies of #A0E8B7
Complementary color
Monochromatic Colors of #A0E8B7
Black with #A0E8B7
Text Example
Text Example
White with #A0E8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E8B7; }
p { color: rgb(160,232,183); }
H1.HeaderClassName
{
color: #A0E8B7;
}
.AnyTagClassName
{
color: #A0E8B7;
}
</style>
background-color css
<style>
a { background-color: #A0E8B7; }
a { background-color: rgb(160,232,183); }
div.DivClassName
{
background-color: #A0E8B7;
}
.BgClassName
{
background-color: #A0E8B7;
}
</style>
border-color css
<style>
span { border-color: #A0E8B7; }
span { border-color: rgb(160,232,183); }
td.TdClassName
{
border-color: #A0E8B7;
}
.TagClassName
{
border-color: #A0E8B7;
}
</style>