Shades of Vista Blue #A3D9B9
Tints of Vista Blue #A3D9B9
RGB
CMYK
RGB Variations
Color information
#A3D9B9 (or 0xA3D9B9) is known color: Vista Blue. HEX triplet: A3, D9 and B9. RGB value is (163,217,185). Sum of RGB (Red+Green+Blue) = 163+217+185=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D9B9 is #5C2646. Grayscale: #C5C5C5. Windows color (decimal): -6039111 or 12179875. OLE color: 12179875.
HSL color Cylindrical-coordinate representation of color #A3D9B9: hue angle of 144.44º 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 #A3D9B9 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 217 | 185 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.15 |
| HSL | 144.44º | 0.42% | 0.75% | - |
| HSV(B) | 144.44º | 0.25% | 0.85% | - |
| XYZ | 48.67 | 60.92 | 55.09 | - |
| YUV | 197.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 217 | 185 | 0.25 | 0 | 0.15 | 0.15 | 144.44 | 0.42 | 0.75 |
| Hex | A3 | D9 | B9 | 19 | 0 | F | F | 90 | 2A | 4B |
| Octal | 243 | 331 | 271 | 31 | 0 | 17 | 17 | 220 | 52 | 113 |
| Binary | 10100011 | 11011001 | 10111001 | 11001 | 0 | 1111 | 1111 | 10010000 | 101010 | 1001011 |
Color Harmonies of #A3D9B9
Complementary color
Monochromatic Colors of #A3D9B9
Black with #A3D9B9
Text Example
Text Example
White with #A3D9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D9B9; }
p { color: rgb(163,217,185); }
H1.HeaderClassName
{
color: #A3D9B9;
}
.AnyTagClassName
{
color: #A3D9B9;
}
</style>
background-color css
<style>
a { background-color: #A3D9B9; }
a { background-color: rgb(163,217,185); }
div.DivClassName
{
background-color: #A3D9B9;
}
.BgClassName
{
background-color: #A3D9B9;
}
</style>
border-color css
<style>
span { border-color: #A3D9B9; }
span { border-color: rgb(163,217,185); }
td.TdClassName
{
border-color: #A3D9B9;
}
.TagClassName
{
border-color: #A3D9B9;
}
</style>