Shades of Vista Blue #A3E4BC
Tints of Vista Blue #A3E4BC
RGB
CMYK
RGB Variations
Color information
#A3E4BC (or 0xA3E4BC) is known color: Vista Blue. HEX triplet: A3, E4 and BC. RGB value is (163,228,188). Sum of RGB (Red+Green+Blue) = 163+228+188=579 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.15% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E4BC is #5C1B43. Grayscale: #CCCCCC. Windows color (decimal): -6036292 or 12379299. OLE color: 12379299.
HSL color Cylindrical-coordinate representation of color #A3E4BC: hue angle of 143.08º 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 #A3E4BC is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 228 | 188 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.11 |
| HSL | 143.08º | 0.55% | 0.77% | - |
| HSV(B) | 143.08º | 0.29% | 0.89% | - |
| XYZ | 51.92 | 66.9 | 57.75 | - |
| YUV | 204.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 188 | 0.29 | 0 | 0.18 | 0.11 | 143.08 | 0.55 | 0.77 |
| Hex | A3 | E4 | BC | 1D | 0 | 12 | B | 8F | 37 | 4D |
| Octal | 243 | 344 | 274 | 35 | 0 | 22 | 13 | 217 | 67 | 115 |
| Binary | 10100011 | 11100100 | 10111100 | 11101 | 0 | 10010 | 1011 | 10001111 | 110111 | 1001101 |
Color Harmonies of #A3E4BC
Complementary color
Monochromatic Colors of #A3E4BC
Black with #A3E4BC
Text Example
Text Example
White with #A3E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E4BC; }
p { color: rgb(163,228,188); }
H1.HeaderClassName
{
color: #A3E4BC;
}
.AnyTagClassName
{
color: #A3E4BC;
}
</style>
background-color css
<style>
a { background-color: #A3E4BC; }
a { background-color: rgb(163,228,188); }
div.DivClassName
{
background-color: #A3E4BC;
}
.BgClassName
{
background-color: #A3E4BC;
}
</style>
border-color css
<style>
span { border-color: #A3E4BC; }
span { border-color: rgb(163,228,188); }
td.TdClassName
{
border-color: #A3E4BC;
}
.TagClassName
{
border-color: #A3E4BC;
}
</style>