Shades of Vista Blue #A4E2BC
Tints of Vista Blue #A4E2BC
RGB
CMYK
RGB Variations
Color information
#A4E2BC (or 0xA4E2BC) is known color: Vista Blue. HEX triplet: A4, E2 and BC. RGB value is (164,226,188). Sum of RGB (Red+Green+Blue) = 164+226+188=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E2BC is #5B1D43. Grayscale: #CBCBCB. Windows color (decimal): -5971268 or 12378788. OLE color: 12378788.
HSL color Cylindrical-coordinate representation of color #A4E2BC: hue angle of 143.23º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E2BC is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 226 | 188 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.11 |
| HSL | 143.23º | 0.52% | 0.76% | - |
| HSV(B) | 143.23º | 0.27% | 0.89% | - |
| XYZ | 51.58 | 65.92 | 57.58 | - |
| YUV | 203.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 188 | 0.27 | 0 | 0.17 | 0.11 | 143.23 | 0.52 | 0.76 |
| Hex | A4 | E2 | BC | 1B | 0 | 11 | B | 8F | 34 | 4C |
| Octal | 244 | 342 | 274 | 33 | 0 | 21 | 13 | 217 | 64 | 114 |
| Binary | 10100100 | 11100010 | 10111100 | 11011 | 0 | 10001 | 1011 | 10001111 | 110100 | 1001100 |
Color Harmonies of #A4E2BC
Complementary color
Monochromatic Colors of #A4E2BC
Black with #A4E2BC
Text Example
Text Example
White with #A4E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E2BC; }
p { color: rgb(164,226,188); }
H1.HeaderClassName
{
color: #A4E2BC;
}
.AnyTagClassName
{
color: #A4E2BC;
}
</style>
background-color css
<style>
a { background-color: #A4E2BC; }
a { background-color: rgb(164,226,188); }
div.DivClassName
{
background-color: #A4E2BC;
}
.BgClassName
{
background-color: #A4E2BC;
}
</style>
border-color css
<style>
span { border-color: #A4E2BC; }
span { border-color: rgb(164,226,188); }
td.TdClassName
{
border-color: #A4E2BC;
}
.TagClassName
{
border-color: #A4E2BC;
}
</style>