Shades of Vista Blue #A3E7BB
Tints of Vista Blue #A3E7BB
RGB
CMYK
RGB Variations
Color information
#A3E7BB (or 0xA3E7BB) is known color: Vista Blue. HEX triplet: A3, E7 and BB. RGB value is (163,231,187). Sum of RGB (Red+Green+Blue) = 163+231+187=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #A3E7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E7BB is #5C1844. Grayscale: #CDCDCD. Windows color (decimal): -6035525 or 12314531. OLE color: 12314531.
HSL color Cylindrical-coordinate representation of color #A3E7BB: hue angle of 141.18º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E7BB is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 231 | 187 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.09 |
| HSL | 141.18º | 0.59% | 0.77% | - |
| HSV(B) | 141.18º | 0.29% | 0.91% | - |
| XYZ | 52.65 | 68.53 | 57.47 | - |
| YUV | 205.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 231 | 187 | 0.29 | 0 | 0.19 | 0.09 | 141.18 | 0.59 | 0.77 |
| Hex | A3 | E7 | BB | 1D | 0 | 13 | 9 | 8D | 3B | 4D |
| Octal | 243 | 347 | 273 | 35 | 0 | 23 | 11 | 215 | 73 | 115 |
| Binary | 10100011 | 11100111 | 10111011 | 11101 | 0 | 10011 | 1001 | 10001101 | 111011 | 1001101 |
Color Harmonies of #A3E7BB
Complementary color
Monochromatic Colors of #A3E7BB
Black with #A3E7BB
Text Example
Text Example
White with #A3E7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E7BB; }
p { color: rgb(163,231,187); }
H1.HeaderClassName
{
color: #A3E7BB;
}
.AnyTagClassName
{
color: #A3E7BB;
}
</style>
background-color css
<style>
a { background-color: #A3E7BB; }
a { background-color: rgb(163,231,187); }
div.DivClassName
{
background-color: #A3E7BB;
}
.BgClassName
{
background-color: #A3E7BB;
}
</style>
border-color css
<style>
span { border-color: #A3E7BB; }
span { border-color: rgb(163,231,187); }
td.TdClassName
{
border-color: #A3E7BB;
}
.TagClassName
{
border-color: #A3E7BB;
}
</style>