Shades of Vista Blue #A1D5B7
Tints of Vista Blue #A1D5B7
RGB
CMYK
RGB Variations
Color information
#A1D5B7 (or 0xA1D5B7) is known color: Vista Blue. HEX triplet: A1, D5 and B7. RGB value is (161,213,183). Sum of RGB (Red+Green+Blue) = 161+213+183=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D5B7 is #5E2A48. Grayscale: #C2C2C2. Windows color (decimal): -6171209 or 12047777. OLE color: 12047777.
HSL color Cylindrical-coordinate representation of color #A1D5B7: hue angle of 145.38º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5B7 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 183 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.16 |
| HSL | 145.38º | 0.38% | 0.73% | - |
| HSV(B) | 145.38º | 0.24% | 0.84% | - |
| XYZ | 47.04 | 58.58 | 53.63 | - |
| YUV | 194.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 183 | 0.24 | 0 | 0.14 | 0.16 | 145.38 | 0.38 | 0.73 |
| Hex | A1 | D5 | B7 | 18 | 0 | E | 10 | 91 | 26 | 49 |
| Octal | 241 | 325 | 267 | 30 | 0 | 16 | 20 | 221 | 46 | 111 |
| Binary | 10100001 | 11010101 | 10110111 | 11000 | 0 | 1110 | 10000 | 10010001 | 100110 | 1001001 |
Color Harmonies of #A1D5B7
Complementary color
Monochromatic Colors of #A1D5B7
Black with #A1D5B7
Text Example
Text Example
White with #A1D5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D5B7; }
p { color: rgb(161,213,183); }
H1.HeaderClassName
{
color: #A1D5B7;
}
.AnyTagClassName
{
color: #A1D5B7;
}
</style>
background-color css
<style>
a { background-color: #A1D5B7; }
a { background-color: rgb(161,213,183); }
div.DivClassName
{
background-color: #A1D5B7;
}
.BgClassName
{
background-color: #A1D5B7;
}
</style>
border-color css
<style>
span { border-color: #A1D5B7; }
span { border-color: rgb(161,213,183); }
td.TdClassName
{
border-color: #A1D5B7;
}
.TagClassName
{
border-color: #A1D5B7;
}
</style>