Shades of Vista Blue #A1D5BC
Tints of Vista Blue #A1D5BC
RGB
CMYK
RGB Variations
Color information
#A1D5BC (or 0xA1D5BC) is known color: Vista Blue. HEX triplet: A1, D5 and BC. RGB value is (161,213,188). Sum of RGB (Red+Green+Blue) = 161+213+188=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D5BC is #5E2A43. Grayscale: #C2C2C2. Windows color (decimal): -6171204 or 12375457. OLE color: 12375457.
HSL color Cylindrical-coordinate representation of color #A1D5BC: hue angle of 151.15º 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 #A1D5BC is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 188 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.16 |
| HSL | 151.15º | 0.38% | 0.73% | - |
| HSV(B) | 151.15º | 0.24% | 0.84% | - |
| XYZ | 47.57 | 58.8 | 56.42 | - |
| YUV | 194.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 188 | 0.24 | 0 | 0.12 | 0.16 | 151.15 | 0.38 | 0.73 |
| Hex | A1 | D5 | BC | 18 | 0 | C | 10 | 97 | 26 | 49 |
| Octal | 241 | 325 | 274 | 30 | 0 | 14 | 20 | 227 | 46 | 111 |
| Binary | 10100001 | 11010101 | 10111100 | 11000 | 0 | 1100 | 10000 | 10010111 | 100110 | 1001001 |
Color Harmonies of #A1D5BC
Complementary color
Monochromatic Colors of #A1D5BC
Black with #A1D5BC
Text Example
Text Example
White with #A1D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D5BC; }
p { color: rgb(161,213,188); }
H1.HeaderClassName
{
color: #A1D5BC;
}
.AnyTagClassName
{
color: #A1D5BC;
}
</style>
background-color css
<style>
a { background-color: #A1D5BC; }
a { background-color: rgb(161,213,188); }
div.DivClassName
{
background-color: #A1D5BC;
}
.BgClassName
{
background-color: #A1D5BC;
}
</style>
border-color css
<style>
span { border-color: #A1D5BC; }
span { border-color: rgb(161,213,188); }
td.TdClassName
{
border-color: #A1D5BC;
}
.TagClassName
{
border-color: #A1D5BC;
}
</style>