Shades of Vista Blue #A3E8BC
Tints of Vista Blue #A3E8BC
RGB
CMYK
RGB Variations
Color information
#A3E8BC (or 0xA3E8BC) is known color: Vista Blue. HEX triplet: A3, E8 and BC. RGB value is (163,232,188). Sum of RGB (Red+Green+Blue) = 163+232+188=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E8BC is #5C1743. Grayscale: #CECECE. Windows color (decimal): -6035268 or 12380323. OLE color: 12380323.
HSL color Cylindrical-coordinate representation of color #A3E8BC: hue angle of 141.74º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3E8BC is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 232 | 188 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.09 |
| HSL | 141.74º | 0.6% | 0.77% | - |
| HSV(B) | 141.74º | 0.3% | 0.91% | - |
| XYZ | 53.04 | 69.13 | 58.13 | - |
| YUV | 206.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 232 | 188 | 0.30 | 0 | 0.19 | 0.09 | 141.74 | 0.6 | 0.77 |
| Hex | A3 | E8 | BC | 1E | 0 | 13 | 9 | 8E | 3C | 4D |
| Octal | 243 | 350 | 274 | 36 | 0 | 23 | 11 | 216 | 74 | 115 |
| Binary | 10100011 | 11101000 | 10111100 | 11110 | 0 | 10011 | 1001 | 10001110 | 111100 | 1001101 |
Color Harmonies of #A3E8BC
Complementary color
Monochromatic Colors of #A3E8BC
Black with #A3E8BC
Text Example
Text Example
White with #A3E8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E8BC; }
p { color: rgb(163,232,188); }
H1.HeaderClassName
{
color: #A3E8BC;
}
.AnyTagClassName
{
color: #A3E8BC;
}
</style>
background-color css
<style>
a { background-color: #A3E8BC; }
a { background-color: rgb(163,232,188); }
div.DivClassName
{
background-color: #A3E8BC;
}
.BgClassName
{
background-color: #A3E8BC;
}
</style>
border-color css
<style>
span { border-color: #A3E8BC; }
span { border-color: rgb(163,232,188); }
td.TdClassName
{
border-color: #A3E8BC;
}
.TagClassName
{
border-color: #A3E8BC;
}
</style>