Shades of Vista Blue #A4E0BA
Tints of Vista Blue #A4E0BA
RGB
CMYK
RGB Variations
Color information
#A4E0BA (or 0xA4E0BA) is known color: Vista Blue. HEX triplet: A4, E0 and BA. RGB value is (164,224,186). Sum of RGB (Red+Green+Blue) = 164+224+186=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E0BA is #5B1F45. Grayscale: #C9C9C9. Windows color (decimal): -5971782 or 12247204. OLE color: 12247204.
HSL color Cylindrical-coordinate representation of color #A4E0BA: hue angle of 142º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E0BA is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 186 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.12 |
| HSL | 142º | 0.49% | 0.76% | - |
| HSV(B) | 142º | 0.27% | 0.88% | - |
| XYZ | 50.83 | 64.75 | 56.27 | - |
| YUV | 201.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 186 | 0.27 | 0 | 0.17 | 0.12 | 142 | 0.49 | 0.76 |
| Hex | A4 | E0 | BA | 1B | 0 | 11 | C | 8E | 31 | 4C |
| Octal | 244 | 340 | 272 | 33 | 0 | 21 | 14 | 216 | 61 | 114 |
| Binary | 10100100 | 11100000 | 10111010 | 11011 | 0 | 10001 | 1100 | 10001110 | 110001 | 1001100 |
Color Harmonies of #A4E0BA
Complementary color
Monochromatic Colors of #A4E0BA
Black with #A4E0BA
Text Example
Text Example
White with #A4E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E0BA; }
p { color: rgb(164,224,186); }
H1.HeaderClassName
{
color: #A4E0BA;
}
.AnyTagClassName
{
color: #A4E0BA;
}
</style>
background-color css
<style>
a { background-color: #A4E0BA; }
a { background-color: rgb(164,224,186); }
div.DivClassName
{
background-color: #A4E0BA;
}
.BgClassName
{
background-color: #A4E0BA;
}
</style>
border-color css
<style>
span { border-color: #A4E0BA; }
span { border-color: rgb(164,224,186); }
td.TdClassName
{
border-color: #A4E0BA;
}
.TagClassName
{
border-color: #A4E0BA;
}
</style>