Shades of Vista Blue #A1D1BB
Tints of Vista Blue #A1D1BB
RGB
CMYK
RGB Variations
Color information
#A1D1BB (or 0xA1D1BB) is known color: Vista Blue. HEX triplet: A1, D1 and BB. RGB value is (161,209,187). Sum of RGB (Red+Green+Blue) = 161+209+187=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D1BB is #5E2E44. Grayscale: #C0C0C0. Windows color (decimal): -6172229 or 12308897. OLE color: 12308897.
HSL color Cylindrical-coordinate representation of color #A1D1BB: hue angle of 152.5º degrees, saturation: 0.34, 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 #A1D1BB is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 187 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.18 |
| HSL | 152.5º | 0.34% | 0.73% | - |
| HSV(B) | 152.5º | 0.23% | 0.82% | - |
| XYZ | 46.47 | 56.77 | 55.52 | - |
| YUV | 192.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 187 | 0.23 | 0 | 0.11 | 0.18 | 152.5 | 0.34 | 0.73 |
| Hex | A1 | D1 | BB | 17 | 0 | B | 12 | 98 | 22 | 49 |
| Octal | 241 | 321 | 273 | 27 | 0 | 13 | 22 | 230 | 42 | 111 |
| Binary | 10100001 | 11010001 | 10111011 | 10111 | 0 | 1011 | 10010 | 10011000 | 100010 | 1001001 |
Color Harmonies of #A1D1BB
Complementary color
Monochromatic Colors of #A1D1BB
Black with #A1D1BB
Text Example
Text Example
White with #A1D1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D1BB; }
p { color: rgb(161,209,187); }
H1.HeaderClassName
{
color: #A1D1BB;
}
.AnyTagClassName
{
color: #A1D1BB;
}
</style>
background-color css
<style>
a { background-color: #A1D1BB; }
a { background-color: rgb(161,209,187); }
div.DivClassName
{
background-color: #A1D1BB;
}
.BgClassName
{
background-color: #A1D1BB;
}
</style>
border-color css
<style>
span { border-color: #A1D1BB; }
span { border-color: rgb(161,209,187); }
td.TdClassName
{
border-color: #A1D1BB;
}
.TagClassName
{
border-color: #A1D1BB;
}
</style>