Shades of Vista Blue #A3E4BE
Tints of Vista Blue #A3E4BE
RGB
CMYK
RGB Variations
Color information
#A3E4BE (or 0xA3E4BE) is known color: Vista Blue. HEX triplet: A3, E4 and BE. RGB value is (163,228,190). Sum of RGB (Red+Green+Blue) = 163+228+190=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E4BE is #5C1B41. Grayscale: #CCCCCC. Windows color (decimal): -6036290 or 12510371. OLE color: 12510371.
HSL color Cylindrical-coordinate representation of color #A3E4BE: hue angle of 144.92º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E4BE is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 228 | 190 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.11 |
| HSL | 144.92º | 0.55% | 0.77% | - |
| HSV(B) | 144.92º | 0.29% | 0.89% | - |
| XYZ | 52.14 | 66.99 | 58.9 | - |
| YUV | 204.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 190 | 0.29 | 0 | 0.17 | 0.11 | 144.92 | 0.55 | 0.77 |
| Hex | A3 | E4 | BE | 1D | 0 | 11 | B | 91 | 37 | 4D |
| Octal | 243 | 344 | 276 | 35 | 0 | 21 | 13 | 221 | 67 | 115 |
| Binary | 10100011 | 11100100 | 10111110 | 11101 | 0 | 10001 | 1011 | 10010001 | 110111 | 1001101 |
Color Harmonies of #A3E4BE
Complementary color
Monochromatic Colors of #A3E4BE
Black with #A3E4BE
Text Example
Text Example
White with #A3E4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E4BE; }
p { color: rgb(163,228,190); }
H1.HeaderClassName
{
color: #A3E4BE;
}
.AnyTagClassName
{
color: #A3E4BE;
}
</style>
background-color css
<style>
a { background-color: #A3E4BE; }
a { background-color: rgb(163,228,190); }
div.DivClassName
{
background-color: #A3E4BE;
}
.BgClassName
{
background-color: #A3E4BE;
}
</style>
border-color css
<style>
span { border-color: #A3E4BE; }
span { border-color: rgb(163,228,190); }
td.TdClassName
{
border-color: #A3E4BE;
}
.TagClassName
{
border-color: #A3E4BE;
}
</style>