Shades of Vista Blue #A1D7BB
Tints of Vista Blue #A1D7BB
RGB
CMYK
RGB Variations
Color information
#A1D7BB (or 0xA1D7BB) is known color: Vista Blue. HEX triplet: A1, D7 and BB. RGB value is (161,215,187). Sum of RGB (Red+Green+Blue) = 161+215+187=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D7BB is #5E2844. Grayscale: #C3C3C3. Windows color (decimal): -6170693 or 12310433. OLE color: 12310433.
HSL color Cylindrical-coordinate representation of color #A1D7BB: hue angle of 148.89º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D7BB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 187 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.16 |
| HSL | 148.89º | 0.4% | 0.74% | - |
| HSV(B) | 148.89º | 0.25% | 0.84% | - |
| XYZ | 47.97 | 59.77 | 56.02 | - |
| YUV | 195.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 187 | 0.25 | 0 | 0.13 | 0.16 | 148.89 | 0.4 | 0.74 |
| Hex | A1 | D7 | BB | 19 | 0 | D | 10 | 95 | 28 | 4A |
| Octal | 241 | 327 | 273 | 31 | 0 | 15 | 20 | 225 | 50 | 112 |
| Binary | 10100001 | 11010111 | 10111011 | 11001 | 0 | 1101 | 10000 | 10010101 | 101000 | 1001010 |
Color Harmonies of #A1D7BB
Complementary color
Monochromatic Colors of #A1D7BB
Black with #A1D7BB
Text Example
Text Example
White with #A1D7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D7BB; }
p { color: rgb(161,215,187); }
H1.HeaderClassName
{
color: #A1D7BB;
}
.AnyTagClassName
{
color: #A1D7BB;
}
</style>
background-color css
<style>
a { background-color: #A1D7BB; }
a { background-color: rgb(161,215,187); }
div.DivClassName
{
background-color: #A1D7BB;
}
.BgClassName
{
background-color: #A1D7BB;
}
</style>
border-color css
<style>
span { border-color: #A1D7BB; }
span { border-color: rgb(161,215,187); }
td.TdClassName
{
border-color: #A1D7BB;
}
.TagClassName
{
border-color: #A1D7BB;
}
</style>