Shades of Vista Blue #A3DABC
Tints of Vista Blue #A3DABC
RGB
CMYK
RGB Variations
Color information
#A3DABC (or 0xA3DABC) is known color: Vista Blue. HEX triplet: A3, DA and BC. RGB value is (163,218,188). Sum of RGB (Red+Green+Blue) = 163+218+188=569 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.65% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DABC is #5C2543. Grayscale: #C6C6C6. Windows color (decimal): -6038852 or 12376739. OLE color: 12376739.
HSL color Cylindrical-coordinate representation of color #A3DABC: hue angle of 147.27º degrees, saturation: 0.43, 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 #A3DABC is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 188 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.15 |
| HSL | 147.27º | 0.43% | 0.75% | - |
| HSV(B) | 147.27º | 0.25% | 0.85% | - |
| XYZ | 49.25 | 61.56 | 56.86 | - |
| YUV | 198.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 188 | 0.25 | 0 | 0.14 | 0.15 | 147.27 | 0.43 | 0.75 |
| Hex | A3 | DA | BC | 19 | 0 | E | F | 93 | 2B | 4B |
| Octal | 243 | 332 | 274 | 31 | 0 | 16 | 17 | 223 | 53 | 113 |
| Binary | 10100011 | 11011010 | 10111100 | 11001 | 0 | 1110 | 1111 | 10010011 | 101011 | 1001011 |
Color Harmonies of #A3DABC
Complementary color
Monochromatic Colors of #A3DABC
Black with #A3DABC
Text Example
Text Example
White with #A3DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DABC; }
p { color: rgb(163,218,188); }
H1.HeaderClassName
{
color: #A3DABC;
}
.AnyTagClassName
{
color: #A3DABC;
}
</style>
background-color css
<style>
a { background-color: #A3DABC; }
a { background-color: rgb(163,218,188); }
div.DivClassName
{
background-color: #A3DABC;
}
.BgClassName
{
background-color: #A3DABC;
}
</style>
border-color css
<style>
span { border-color: #A3DABC; }
span { border-color: rgb(163,218,188); }
td.TdClassName
{
border-color: #A3DABC;
}
.TagClassName
{
border-color: #A3DABC;
}
</style>