Shades of Vista Blue #A0E0BD
Tints of Vista Blue #A0E0BD
RGB
CMYK
RGB Variations
Color information
#A0E0BD (or 0xA0E0BD) is known color: Vista Blue. HEX triplet: A0, E0 and BD. RGB value is (160,224,189). Sum of RGB (Red+Green+Blue) = 160+224+189=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E0BD is #5F1F42. Grayscale: #C8C8C8. Windows color (decimal): -6233923 or 12443808. OLE color: 12443808.
HSL color Cylindrical-coordinate representation of color #A0E0BD: hue angle of 147.19º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E0BD is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 189 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.12 |
| HSL | 147.19º | 0.51% | 0.75% | - |
| HSV(B) | 147.19º | 0.29% | 0.88% | - |
| XYZ | 50.34 | 64.46 | 57.93 | - |
| YUV | 200.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 189 | 0.29 | 0 | 0.16 | 0.12 | 147.19 | 0.51 | 0.75 |
| Hex | A0 | E0 | BD | 1D | 0 | 10 | C | 93 | 33 | 4B |
| Octal | 240 | 340 | 275 | 35 | 0 | 20 | 14 | 223 | 63 | 113 |
| Binary | 10100000 | 11100000 | 10111101 | 11101 | 0 | 10000 | 1100 | 10010011 | 110011 | 1001011 |
Color Harmonies of #A0E0BD
Complementary color
Monochromatic Colors of #A0E0BD
Black with #A0E0BD
Text Example
Text Example
White with #A0E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E0BD; }
p { color: rgb(160,224,189); }
H1.HeaderClassName
{
color: #A0E0BD;
}
.AnyTagClassName
{
color: #A0E0BD;
}
</style>
background-color css
<style>
a { background-color: #A0E0BD; }
a { background-color: rgb(160,224,189); }
div.DivClassName
{
background-color: #A0E0BD;
}
.BgClassName
{
background-color: #A0E0BD;
}
</style>
border-color css
<style>
span { border-color: #A0E0BD; }
span { border-color: rgb(160,224,189); }
td.TdClassName
{
border-color: #A0E0BD;
}
.TagClassName
{
border-color: #A0E0BD;
}
</style>