Shades of Vista Blue #A1D2BD
Tints of Vista Blue #A1D2BD
RGB
CMYK
RGB Variations
Color information
#A1D2BD (or 0xA1D2BD) is known color: Vista Blue. HEX triplet: A1, D2 and BD. RGB value is (161,210,189). Sum of RGB (Red+Green+Blue) = 161+210+189=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D2BD is #5E2D42. Grayscale: #C0C0C0. Windows color (decimal): -6171971 or 12440225. OLE color: 12440225.
HSL color Cylindrical-coordinate representation of color #A1D2BD: hue angle of 154.29º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D2BD is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 189 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.18 |
| HSL | 154.29º | 0.35% | 0.73% | - |
| HSV(B) | 154.29º | 0.23% | 0.82% | - |
| XYZ | 46.93 | 57.34 | 56.74 | - |
| YUV | 192.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 189 | 0.23 | 0 | 0.10 | 0.18 | 154.29 | 0.35 | 0.73 |
| Hex | A1 | D2 | BD | 17 | 0 | A | 12 | 9A | 23 | 49 |
| Octal | 241 | 322 | 275 | 27 | 0 | 12 | 22 | 232 | 43 | 111 |
| Binary | 10100001 | 11010010 | 10111101 | 10111 | 0 | 1010 | 10010 | 10011010 | 100011 | 1001001 |
Color Harmonies of #A1D2BD
Complementary color
Monochromatic Colors of #A1D2BD
Black with #A1D2BD
Text Example
Text Example
White with #A1D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D2BD; }
p { color: rgb(161,210,189); }
H1.HeaderClassName
{
color: #A1D2BD;
}
.AnyTagClassName
{
color: #A1D2BD;
}
</style>
background-color css
<style>
a { background-color: #A1D2BD; }
a { background-color: rgb(161,210,189); }
div.DivClassName
{
background-color: #A1D2BD;
}
.BgClassName
{
background-color: #A1D2BD;
}
</style>
border-color css
<style>
span { border-color: #A1D2BD; }
span { border-color: rgb(161,210,189); }
td.TdClassName
{
border-color: #A1D2BD;
}
.TagClassName
{
border-color: #A1D2BD;
}
</style>