Shades of Vista Blue #A1D3BF
Tints of Vista Blue #A1D3BF
RGB
CMYK
RGB Variations
Color information
#A1D3BF (or 0xA1D3BF) is known color: Vista Blue. HEX triplet: A1, D3 and BF. RGB value is (161,211,191). Sum of RGB (Red+Green+Blue) = 161+211+191=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D3BF is #5E2C40. Grayscale: #C1C1C1. Windows color (decimal): -6171713 or 12571553. OLE color: 12571553.
HSL color Cylindrical-coordinate representation of color #A1D3BF: hue angle of 156º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D3BF is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 191 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.17 |
| HSL | 156º | 0.36% | 0.73% | - |
| HSV(B) | 156º | 0.24% | 0.83% | - |
| XYZ | 47.4 | 57.93 | 57.97 | - |
| YUV | 193.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 191 | 0.24 | 0 | 0.09 | 0.17 | 156 | 0.36 | 0.73 |
| Hex | A1 | D3 | BF | 18 | 0 | 9 | 11 | 9C | 24 | 49 |
| Octal | 241 | 323 | 277 | 30 | 0 | 11 | 21 | 234 | 44 | 111 |
| Binary | 10100001 | 11010011 | 10111111 | 11000 | 0 | 1001 | 10001 | 10011100 | 100100 | 1001001 |
Color Harmonies of #A1D3BF
Complementary color
Monochromatic Colors of #A1D3BF
Black with #A1D3BF
Text Example
Text Example
White with #A1D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D3BF; }
p { color: rgb(161,211,191); }
H1.HeaderClassName
{
color: #A1D3BF;
}
.AnyTagClassName
{
color: #A1D3BF;
}
</style>
background-color css
<style>
a { background-color: #A1D3BF; }
a { background-color: rgb(161,211,191); }
div.DivClassName
{
background-color: #A1D3BF;
}
.BgClassName
{
background-color: #A1D3BF;
}
</style>
border-color css
<style>
span { border-color: #A1D3BF; }
span { border-color: rgb(161,211,191); }
td.TdClassName
{
border-color: #A1D3BF;
}
.TagClassName
{
border-color: #A1D3BF;
}
</style>