Shades of Vista Blue #A0E9BD
Tints of Vista Blue #A0E9BD
RGB
CMYK
RGB Variations
Color information
#A0E9BD (or 0xA0E9BD) is known color: Vista Blue. HEX triplet: A0, E9 and BD. RGB value is (160,233,189). Sum of RGB (Red+Green+Blue) = 160+233+189=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9BD is #5F1642. Grayscale: #CECECE. Windows color (decimal): -6231619 or 12446112. OLE color: 12446112.
HSL color Cylindrical-coordinate representation of color #A0E9BD: hue angle of 143.84º degrees, saturation: 0.62, 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 #A0E9BD is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 189 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.09 |
| HSL | 143.84º | 0.62% | 0.77% | - |
| HSV(B) | 143.84º | 0.31% | 0.91% | - |
| XYZ | 52.82 | 69.43 | 58.76 | - |
| YUV | 206.16 | 118.32 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 189 | 0.31 | 0 | 0.19 | 0.09 | 143.84 | 0.62 | 0.77 |
| Hex | A0 | E9 | BD | 1F | 0 | 13 | 9 | 90 | 3E | 4D |
| Octal | 240 | 351 | 275 | 37 | 0 | 23 | 11 | 220 | 76 | 115 |
| Binary | 10100000 | 11101001 | 10111101 | 11111 | 0 | 10011 | 1001 | 10010000 | 111110 | 1001101 |
Color Harmonies of #A0E9BD
Complementary color
Monochromatic Colors of #A0E9BD
Black with #A0E9BD
Text Example
Text Example
White with #A0E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9BD; }
p { color: rgb(160,233,189); }
H1.HeaderClassName
{
color: #A0E9BD;
}
.AnyTagClassName
{
color: #A0E9BD;
}
</style>
background-color css
<style>
a { background-color: #A0E9BD; }
a { background-color: rgb(160,233,189); }
div.DivClassName
{
background-color: #A0E9BD;
}
.BgClassName
{
background-color: #A0E9BD;
}
</style>
border-color css
<style>
span { border-color: #A0E9BD; }
span { border-color: rgb(160,233,189); }
td.TdClassName
{
border-color: #A0E9BD;
}
.TagClassName
{
border-color: #A0E9BD;
}
</style>