Shades of Vista Blue #A3D9BC
Tints of Vista Blue #A3D9BC
RGB
CMYK
RGB Variations
Color information
#A3D9BC (or 0xA3D9BC) is known color: Vista Blue. HEX triplet: A3, D9 and BC. RGB value is (163,217,188). Sum of RGB (Red+Green+Blue) = 163+217+188=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D9BC is #5C2643. Grayscale: #C5C5C5. Windows color (decimal): -6039108 or 12376483. OLE color: 12376483.
HSL color Cylindrical-coordinate representation of color #A3D9BC: hue angle of 147.78º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3D9BC is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 217 | 188 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.15 |
| HSL | 147.78º | 0.42% | 0.75% | - |
| HSV(B) | 147.78º | 0.25% | 0.85% | - |
| XYZ | 48.99 | 61.04 | 56.78 | - |
| YUV | 197.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 217 | 188 | 0.25 | 0 | 0.13 | 0.15 | 147.78 | 0.42 | 0.75 |
| Hex | A3 | D9 | BC | 19 | 0 | D | F | 94 | 2A | 4B |
| Octal | 243 | 331 | 274 | 31 | 0 | 15 | 17 | 224 | 52 | 113 |
| Binary | 10100011 | 11011001 | 10111100 | 11001 | 0 | 1101 | 1111 | 10010100 | 101010 | 1001011 |
Color Harmonies of #A3D9BC
Complementary color
Monochromatic Colors of #A3D9BC
Black with #A3D9BC
Text Example
Text Example
White with #A3D9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D9BC; }
p { color: rgb(163,217,188); }
H1.HeaderClassName
{
color: #A3D9BC;
}
.AnyTagClassName
{
color: #A3D9BC;
}
</style>
background-color css
<style>
a { background-color: #A3D9BC; }
a { background-color: rgb(163,217,188); }
div.DivClassName
{
background-color: #A3D9BC;
}
.BgClassName
{
background-color: #A3D9BC;
}
</style>
border-color css
<style>
span { border-color: #A3D9BC; }
span { border-color: rgb(163,217,188); }
td.TdClassName
{
border-color: #A3D9BC;
}
.TagClassName
{
border-color: #A3D9BC;
}
</style>