Shades of Vista Blue #A1E9BD
Tints of Vista Blue #A1E9BD
RGB
CMYK
RGB Variations
Color information
#A1E9BD (or 0xA1E9BD) is known color: Vista Blue. HEX triplet: A1, E9 and BD. RGB value is (161,233,189). Sum of RGB (Red+Green+Blue) = 161+233+189=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9BD is #5E1642. Grayscale: #CECECE. Windows color (decimal): -6166083 or 12446113. OLE color: 12446113.
HSL color Cylindrical-coordinate representation of color #A1E9BD: hue angle of 143.33º 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 #A1E9BD is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 189 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.09 |
| HSL | 143.33º | 0.62% | 0.77% | - |
| HSV(B) | 143.33º | 0.31% | 0.91% | - |
| XYZ | 53.02 | 69.53 | 58.77 | - |
| YUV | 206.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 189 | 0.31 | 0 | 0.19 | 0.09 | 143.33 | 0.62 | 0.77 |
| Hex | A1 | E9 | BD | 1F | 0 | 13 | 9 | 8F | 3E | 4D |
| Octal | 241 | 351 | 275 | 37 | 0 | 23 | 11 | 217 | 76 | 115 |
| Binary | 10100001 | 11101001 | 10111101 | 11111 | 0 | 10011 | 1001 | 10001111 | 111110 | 1001101 |
Color Harmonies of #A1E9BD
Complementary color
Monochromatic Colors of #A1E9BD
Black with #A1E9BD
Text Example
Text Example
White with #A1E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E9BD; }
p { color: rgb(161,233,189); }
H1.HeaderClassName
{
color: #A1E9BD;
}
.AnyTagClassName
{
color: #A1E9BD;
}
</style>
background-color css
<style>
a { background-color: #A1E9BD; }
a { background-color: rgb(161,233,189); }
div.DivClassName
{
background-color: #A1E9BD;
}
.BgClassName
{
background-color: #A1E9BD;
}
</style>
border-color css
<style>
span { border-color: #A1E9BD; }
span { border-color: rgb(161,233,189); }
td.TdClassName
{
border-color: #A1E9BD;
}
.TagClassName
{
border-color: #A1E9BD;
}
</style>