Shades of Vista Blue #A4E6BE
Tints of Vista Blue #A4E6BE
RGB
CMYK
RGB Variations
Color information
#A4E6BE (or 0xA4E6BE) is known color: Vista Blue. HEX triplet: A4, E6 and BE. RGB value is (164,230,190). Sum of RGB (Red+Green+Blue) = 164+230+190=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E6BE is #5B1941. Grayscale: #CDCDCD. Windows color (decimal): -5970242 or 12510884. OLE color: 12510884.
HSL color Cylindrical-coordinate representation of color #A4E6BE: hue angle of 143.64º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E6BE is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 230 | 190 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.10 |
| HSL | 143.64º | 0.57% | 0.77% | - |
| HSV(B) | 143.64º | 0.29% | 0.9% | - |
| XYZ | 52.9 | 68.2 | 59.09 | - |
| YUV | 205.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 190 | 0.29 | 0 | 0.17 | 0.10 | 143.64 | 0.57 | 0.77 |
| Hex | A4 | E6 | BE | 1D | 0 | 11 | A | 90 | 39 | 4D |
| Octal | 244 | 346 | 276 | 35 | 0 | 21 | 12 | 220 | 71 | 115 |
| Binary | 10100100 | 11100110 | 10111110 | 11101 | 0 | 10001 | 1010 | 10010000 | 111001 | 1001101 |
Color Harmonies of #A4E6BE
Complementary color
Monochromatic Colors of #A4E6BE
Black with #A4E6BE
Text Example
Text Example
White with #A4E6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E6BE; }
p { color: rgb(164,230,190); }
H1.HeaderClassName
{
color: #A4E6BE;
}
.AnyTagClassName
{
color: #A4E6BE;
}
</style>
background-color css
<style>
a { background-color: #A4E6BE; }
a { background-color: rgb(164,230,190); }
div.DivClassName
{
background-color: #A4E6BE;
}
.BgClassName
{
background-color: #A4E6BE;
}
</style>
border-color css
<style>
span { border-color: #A4E6BE; }
span { border-color: rgb(164,230,190); }
td.TdClassName
{
border-color: #A4E6BE;
}
.TagClassName
{
border-color: #A4E6BE;
}
</style>