Shades of Vista Blue #A1D9B5
Tints of Vista Blue #A1D9B5
RGB
CMYK
RGB Variations
Color information
#A1D9B5 (or 0xA1D9B5) is known color: Vista Blue. HEX triplet: A1, D9 and B5. RGB value is (161,217,181). Sum of RGB (Red+Green+Blue) = 161+217+181=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9B5 is #5E264A. Grayscale: #C4C4C4. Windows color (decimal): -6170187 or 11917729. OLE color: 11917729.
HSL color Cylindrical-coordinate representation of color #A1D9B5: hue angle of 141.43º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1D9B5 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 181 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.15 |
| HSL | 141.43º | 0.42% | 0.74% | - |
| HSV(B) | 141.43º | 0.26% | 0.85% | - |
| XYZ | 47.85 | 60.54 | 52.88 | - |
| YUV | 196.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 181 | 0.26 | 0 | 0.17 | 0.15 | 141.43 | 0.42 | 0.74 |
| Hex | A1 | D9 | B5 | 1A | 0 | 11 | F | 8D | 2A | 4A |
| Octal | 241 | 331 | 265 | 32 | 0 | 21 | 17 | 215 | 52 | 112 |
| Binary | 10100001 | 11011001 | 10110101 | 11010 | 0 | 10001 | 1111 | 10001101 | 101010 | 1001010 |
Color Harmonies of #A1D9B5
Complementary color
Monochromatic Colors of #A1D9B5
Black with #A1D9B5
Text Example
Text Example
White with #A1D9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D9B5; }
p { color: rgb(161,217,181); }
H1.HeaderClassName
{
color: #A1D9B5;
}
.AnyTagClassName
{
color: #A1D9B5;
}
</style>
background-color css
<style>
a { background-color: #A1D9B5; }
a { background-color: rgb(161,217,181); }
div.DivClassName
{
background-color: #A1D9B5;
}
.BgClassName
{
background-color: #A1D9B5;
}
</style>
border-color css
<style>
span { border-color: #A1D9B5; }
span { border-color: rgb(161,217,181); }
td.TdClassName
{
border-color: #A1D9B5;
}
.TagClassName
{
border-color: #A1D9B5;
}
</style>