Shades of Vista Blue #A1DABA
Tints of Vista Blue #A1DABA
RGB
CMYK
RGB Variations
Color information
#A1DABA (or 0xA1DABA) is known color: Vista Blue. HEX triplet: A1, DA and BA. RGB value is (161,218,186). Sum of RGB (Red+Green+Blue) = 161+218+186=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DABA is #5E2545. Grayscale: #C5C5C5. Windows color (decimal): -6169926 or 12245665. OLE color: 12245665.
HSL color Cylindrical-coordinate representation of color #A1DABA: hue angle of 146.32º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DABA is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 186 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.15 |
| HSL | 146.32º | 0.44% | 0.74% | - |
| HSV(B) | 146.32º | 0.26% | 0.85% | - |
| XYZ | 48.63 | 61.27 | 55.72 | - |
| YUV | 197.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 186 | 0.26 | 0 | 0.15 | 0.15 | 146.32 | 0.44 | 0.74 |
| Hex | A1 | DA | BA | 1A | 0 | F | F | 92 | 2C | 4A |
| Octal | 241 | 332 | 272 | 32 | 0 | 17 | 17 | 222 | 54 | 112 |
| Binary | 10100001 | 11011010 | 10111010 | 11010 | 0 | 1111 | 1111 | 10010010 | 101100 | 1001010 |
Color Harmonies of #A1DABA
Complementary color
Monochromatic Colors of #A1DABA
Black with #A1DABA
Text Example
Text Example
White with #A1DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DABA; }
p { color: rgb(161,218,186); }
H1.HeaderClassName
{
color: #A1DABA;
}
.AnyTagClassName
{
color: #A1DABA;
}
</style>
background-color css
<style>
a { background-color: #A1DABA; }
a { background-color: rgb(161,218,186); }
div.DivClassName
{
background-color: #A1DABA;
}
.BgClassName
{
background-color: #A1DABA;
}
</style>
border-color css
<style>
span { border-color: #A1DABA; }
span { border-color: rgb(161,218,186); }
td.TdClassName
{
border-color: #A1DABA;
}
.TagClassName
{
border-color: #A1DABA;
}
</style>