Shades of Vista Blue #A3E1BC
Tints of Vista Blue #A3E1BC
RGB
CMYK
RGB Variations
Color information
#A3E1BC (or 0xA3E1BC) is known color: Vista Blue. HEX triplet: A3, E1 and BC. RGB value is (163,225,188). Sum of RGB (Red+Green+Blue) = 163+225+188=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E1BC is #5C1E43. Grayscale: #CACACA. Windows color (decimal): -6037060 or 12378531. OLE color: 12378531.
HSL color Cylindrical-coordinate representation of color #A3E1BC: hue angle of 144.19º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3E1BC is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 188 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.12 |
| HSL | 144.19º | 0.51% | 0.76% | - |
| HSV(B) | 144.19º | 0.28% | 0.88% | - |
| XYZ | 51.11 | 65.27 | 57.48 | - |
| YUV | 202.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 188 | 0.28 | 0 | 0.16 | 0.12 | 144.19 | 0.51 | 0.76 |
| Hex | A3 | E1 | BC | 1C | 0 | 10 | C | 90 | 33 | 4C |
| Octal | 243 | 341 | 274 | 34 | 0 | 20 | 14 | 220 | 63 | 114 |
| Binary | 10100011 | 11100001 | 10111100 | 11100 | 0 | 10000 | 1100 | 10010000 | 110011 | 1001100 |
Color Harmonies of #A3E1BC
Complementary color
Monochromatic Colors of #A3E1BC
Black with #A3E1BC
Text Example
Text Example
White with #A3E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E1BC; }
p { color: rgb(163,225,188); }
H1.HeaderClassName
{
color: #A3E1BC;
}
.AnyTagClassName
{
color: #A3E1BC;
}
</style>
background-color css
<style>
a { background-color: #A3E1BC; }
a { background-color: rgb(163,225,188); }
div.DivClassName
{
background-color: #A3E1BC;
}
.BgClassName
{
background-color: #A3E1BC;
}
</style>
border-color css
<style>
span { border-color: #A3E1BC; }
span { border-color: rgb(163,225,188); }
td.TdClassName
{
border-color: #A3E1BC;
}
.TagClassName
{
border-color: #A3E1BC;
}
</style>