Shades of Vista Blue #A4E2C1
Tints of Vista Blue #A4E2C1
RGB
CMYK
RGB Variations
Color information
#A4E2C1 (or 0xA4E2C1) is known color: Vista Blue. HEX triplet: A4, E2 and C1. RGB value is (164,226,193). Sum of RGB (Red+Green+Blue) = 164+226+193=583 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.13% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E2C1 is #5B1D3E. Grayscale: #CBCBCB. Windows color (decimal): -5971263 or 12706468. OLE color: 12706468.
HSL color Cylindrical-coordinate representation of color #A4E2C1: hue angle of 148.06º 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 #A4E2C1 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 226 | 193 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.11 |
| HSL | 148.06º | 0.52% | 0.76% | - |
| HSV(B) | 148.06º | 0.27% | 0.89% | - |
| XYZ | 52.13 | 66.14 | 60.47 | - |
| YUV | 203.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 193 | 0.27 | 0 | 0.15 | 0.11 | 148.06 | 0.52 | 0.76 |
| Hex | A4 | E2 | C1 | 1B | 0 | F | B | 94 | 34 | 4C |
| Octal | 244 | 342 | 301 | 33 | 0 | 17 | 13 | 224 | 64 | 114 |
| Binary | 10100100 | 11100010 | 11000001 | 11011 | 0 | 1111 | 1011 | 10010100 | 110100 | 1001100 |
Color Harmonies of #A4E2C1
Complementary color
Monochromatic Colors of #A4E2C1
Black with #A4E2C1
Text Example
Text Example
White with #A4E2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E2C1; }
p { color: rgb(164,226,193); }
H1.HeaderClassName
{
color: #A4E2C1;
}
.AnyTagClassName
{
color: #A4E2C1;
}
</style>
background-color css
<style>
a { background-color: #A4E2C1; }
a { background-color: rgb(164,226,193); }
div.DivClassName
{
background-color: #A4E2C1;
}
.BgClassName
{
background-color: #A4E2C1;
}
</style>
border-color css
<style>
span { border-color: #A4E2C1; }
span { border-color: rgb(164,226,193); }
td.TdClassName
{
border-color: #A4E2C1;
}
.TagClassName
{
border-color: #A4E2C1;
}
</style>