Shades of Vista Blue #A4E7BE
Tints of Vista Blue #A4E7BE
RGB
CMYK
RGB Variations
Color information
#A4E7BE (or 0xA4E7BE) is known color: Vista Blue. HEX triplet: A4, E7 and BE. RGB value is (164,231,190). Sum of RGB (Red+Green+Blue) = 164+231+190=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E7BE is #5B1841. Grayscale: #CECECE. Windows color (decimal): -5969986 or 12511140. OLE color: 12511140.
HSL color Cylindrical-coordinate representation of color #A4E7BE: hue angle of 143.28º degrees, saturation: 0.58, 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 #A4E7BE is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 231 | 190 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.09 |
| HSL | 143.28º | 0.58% | 0.77% | - |
| HSV(B) | 143.28º | 0.29% | 0.91% | - |
| XYZ | 53.18 | 68.76 | 59.18 | - |
| YUV | 206.29 | 118.8 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 231 | 190 | 0.29 | 0 | 0.18 | 0.09 | 143.28 | 0.58 | 0.77 |
| Hex | A4 | E7 | BE | 1D | 0 | 12 | 9 | 8F | 3A | 4D |
| Octal | 244 | 347 | 276 | 35 | 0 | 22 | 11 | 217 | 72 | 115 |
| Binary | 10100100 | 11100111 | 10111110 | 11101 | 0 | 10010 | 1001 | 10001111 | 111010 | 1001101 |
Color Harmonies of #A4E7BE
Complementary color
Monochromatic Colors of #A4E7BE
Black with #A4E7BE
Text Example
Text Example
White with #A4E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E7BE; }
p { color: rgb(164,231,190); }
H1.HeaderClassName
{
color: #A4E7BE;
}
.AnyTagClassName
{
color: #A4E7BE;
}
</style>
background-color css
<style>
a { background-color: #A4E7BE; }
a { background-color: rgb(164,231,190); }
div.DivClassName
{
background-color: #A4E7BE;
}
.BgClassName
{
background-color: #A4E7BE;
}
</style>
border-color css
<style>
span { border-color: #A4E7BE; }
span { border-color: rgb(164,231,190); }
td.TdClassName
{
border-color: #A4E7BE;
}
.TagClassName
{
border-color: #A4E7BE;
}
</style>