Shades of Vista Blue #A3DABD
Tints of Vista Blue #A3DABD
RGB
CMYK
RGB Variations
Color information
#A3DABD (or 0xA3DABD) is known color: Vista Blue. HEX triplet: A3, DA and BD. RGB value is (163,218,189). Sum of RGB (Red+Green+Blue) = 163+218+189=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DABD is #5C2542. Grayscale: #C6C6C6. Windows color (decimal): -6038851 or 12442275. OLE color: 12442275.
HSL color Cylindrical-coordinate representation of color #A3DABD: hue angle of 148.36º 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 #A3DABD is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 189 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.15 |
| HSL | 148.36º | 0.43% | 0.75% | - |
| HSV(B) | 148.36º | 0.25% | 0.85% | - |
| XYZ | 49.36 | 61.6 | 57.43 | - |
| YUV | 198.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 189 | 0.25 | 0 | 0.13 | 0.15 | 148.36 | 0.43 | 0.75 |
| Hex | A3 | DA | BD | 19 | 0 | D | F | 94 | 2B | 4B |
| Octal | 243 | 332 | 275 | 31 | 0 | 15 | 17 | 224 | 53 | 113 |
| Binary | 10100011 | 11011010 | 10111101 | 11001 | 0 | 1101 | 1111 | 10010100 | 101011 | 1001011 |
Color Harmonies of #A3DABD
Complementary color
Monochromatic Colors of #A3DABD
Black with #A3DABD
Text Example
Text Example
White with #A3DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DABD; }
p { color: rgb(163,218,189); }
H1.HeaderClassName
{
color: #A3DABD;
}
.AnyTagClassName
{
color: #A3DABD;
}
</style>
background-color css
<style>
a { background-color: #A3DABD; }
a { background-color: rgb(163,218,189); }
div.DivClassName
{
background-color: #A3DABD;
}
.BgClassName
{
background-color: #A3DABD;
}
</style>
border-color css
<style>
span { border-color: #A3DABD; }
span { border-color: rgb(163,218,189); }
td.TdClassName
{
border-color: #A3DABD;
}
.TagClassName
{
border-color: #A3DABD;
}
</style>