Shades of Vista Blue #A4E5BC
Tints of Vista Blue #A4E5BC
RGB
CMYK
RGB Variations
Color information
#A4E5BC (or 0xA4E5BC) is known color: Vista Blue. HEX triplet: A4, E5 and BC. RGB value is (164,229,188). Sum of RGB (Red+Green+Blue) = 164+229+188=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E5BC is #5B1A43. Grayscale: #CCCCCC. Windows color (decimal): -5970500 or 12379556. OLE color: 12379556.
HSL color Cylindrical-coordinate representation of color #A4E5BC: hue angle of 142.15º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5BC is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 229 | 188 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.10 |
| HSL | 142.15º | 0.56% | 0.77% | - |
| HSV(B) | 142.15º | 0.28% | 0.9% | - |
| XYZ | 52.41 | 67.56 | 57.86 | - |
| YUV | 204.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 229 | 188 | 0.28 | 0 | 0.18 | 0.10 | 142.15 | 0.56 | 0.77 |
| Hex | A4 | E5 | BC | 1C | 0 | 12 | A | 8E | 38 | 4D |
| Octal | 244 | 345 | 274 | 34 | 0 | 22 | 12 | 216 | 70 | 115 |
| Binary | 10100100 | 11100101 | 10111100 | 11100 | 0 | 10010 | 1010 | 10001110 | 111000 | 1001101 |
Color Harmonies of #A4E5BC
Complementary color
Monochromatic Colors of #A4E5BC
Black with #A4E5BC
Text Example
Text Example
White with #A4E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E5BC; }
p { color: rgb(164,229,188); }
H1.HeaderClassName
{
color: #A4E5BC;
}
.AnyTagClassName
{
color: #A4E5BC;
}
</style>
background-color css
<style>
a { background-color: #A4E5BC; }
a { background-color: rgb(164,229,188); }
div.DivClassName
{
background-color: #A4E5BC;
}
.BgClassName
{
background-color: #A4E5BC;
}
</style>
border-color css
<style>
span { border-color: #A4E5BC; }
span { border-color: rgb(164,229,188); }
td.TdClassName
{
border-color: #A4E5BC;
}
.TagClassName
{
border-color: #A4E5BC;
}
</style>