Shades of Vista Blue #A1D6BB
Tints of Vista Blue #A1D6BB
RGB
CMYK
RGB Variations
Color information
#A1D6BB (or 0xA1D6BB) is known color: Vista Blue. HEX triplet: A1, D6 and BB. RGB value is (161,214,187). Sum of RGB (Red+Green+Blue) = 161+214+187=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D6BB is #5E2944. Grayscale: #C3C3C3. Windows color (decimal): -6170949 or 12310177. OLE color: 12310177.
HSL color Cylindrical-coordinate representation of color #A1D6BB: hue angle of 149.43º degrees, saturation: 0.39, 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 #A1D6BB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 187 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.16 |
| HSL | 149.43º | 0.39% | 0.74% | - |
| HSV(B) | 149.43º | 0.25% | 0.84% | - |
| XYZ | 47.71 | 59.26 | 55.94 | - |
| YUV | 195.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 187 | 0.25 | 0 | 0.13 | 0.16 | 149.43 | 0.39 | 0.74 |
| Hex | A1 | D6 | BB | 19 | 0 | D | 10 | 95 | 27 | 4A |
| Octal | 241 | 326 | 273 | 31 | 0 | 15 | 20 | 225 | 47 | 112 |
| Binary | 10100001 | 11010110 | 10111011 | 11001 | 0 | 1101 | 10000 | 10010101 | 100111 | 1001010 |
Color Harmonies of #A1D6BB
Complementary color
Monochromatic Colors of #A1D6BB
Black with #A1D6BB
Text Example
Text Example
White with #A1D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D6BB; }
p { color: rgb(161,214,187); }
H1.HeaderClassName
{
color: #A1D6BB;
}
.AnyTagClassName
{
color: #A1D6BB;
}
</style>
background-color css
<style>
a { background-color: #A1D6BB; }
a { background-color: rgb(161,214,187); }
div.DivClassName
{
background-color: #A1D6BB;
}
.BgClassName
{
background-color: #A1D6BB;
}
</style>
border-color css
<style>
span { border-color: #A1D6BB; }
span { border-color: rgb(161,214,187); }
td.TdClassName
{
border-color: #A1D6BB;
}
.TagClassName
{
border-color: #A1D6BB;
}
</style>