Shades of Vista Blue #A1DCBA
Tints of Vista Blue #A1DCBA
RGB
CMYK
RGB Variations
Color information
#A1DCBA (or 0xA1DCBA) is known color: Vista Blue. HEX triplet: A1, DC and BA. RGB value is (161,220,186). Sum of RGB (Red+Green+Blue) = 161+220+186=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCBA is #5E2345. Grayscale: #C6C6C6. Windows color (decimal): -6169414 or 12246177. OLE color: 12246177.
HSL color Cylindrical-coordinate representation of color #A1DCBA: hue angle of 145.42º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCBA is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 186 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.14 |
| HSL | 145.42º | 0.46% | 0.75% | - |
| HSV(B) | 145.42º | 0.27% | 0.86% | - |
| XYZ | 49.15 | 62.31 | 55.89 | - |
| YUV | 198.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 186 | 0.27 | 0 | 0.15 | 0.14 | 145.42 | 0.46 | 0.75 |
| Hex | A1 | DC | BA | 1B | 0 | F | E | 91 | 2E | 4B |
| Octal | 241 | 334 | 272 | 33 | 0 | 17 | 16 | 221 | 56 | 113 |
| Binary | 10100001 | 11011100 | 10111010 | 11011 | 0 | 1111 | 1110 | 10010001 | 101110 | 1001011 |
Color Harmonies of #A1DCBA
Complementary color
Monochromatic Colors of #A1DCBA
Black with #A1DCBA
Text Example
Text Example
White with #A1DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCBA; }
p { color: rgb(161,220,186); }
H1.HeaderClassName
{
color: #A1DCBA;
}
.AnyTagClassName
{
color: #A1DCBA;
}
</style>
background-color css
<style>
a { background-color: #A1DCBA; }
a { background-color: rgb(161,220,186); }
div.DivClassName
{
background-color: #A1DCBA;
}
.BgClassName
{
background-color: #A1DCBA;
}
</style>
border-color css
<style>
span { border-color: #A1DCBA; }
span { border-color: rgb(161,220,186); }
td.TdClassName
{
border-color: #A1DCBA;
}
.TagClassName
{
border-color: #A1DCBA;
}
</style>