Shades of Vista Blue #A1D4B6
Tints of Vista Blue #A1D4B6
RGB
CMYK
RGB Variations
Color information
#A1D4B6 (or 0xA1D4B6) is known color: Vista Blue. HEX triplet: A1, D4 and B6. RGB value is (161,212,182). Sum of RGB (Red+Green+Blue) = 161+212+182=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4B6 is #5E2B49. Grayscale: #C1C1C1. Windows color (decimal): -6171466 or 11981985. OLE color: 11981985.
HSL color Cylindrical-coordinate representation of color #A1D4B6: hue angle of 144.71º degrees, saturation: 0.37, 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 #A1D4B6 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 212 | 182 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.17 |
| HSL | 144.71º | 0.37% | 0.73% | - |
| HSV(B) | 144.71º | 0.24% | 0.83% | - |
| XYZ | 46.68 | 58.04 | 53 | - |
| YUV | 193.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 212 | 182 | 0.24 | 0 | 0.14 | 0.17 | 144.71 | 0.37 | 0.73 |
| Hex | A1 | D4 | B6 | 18 | 0 | E | 11 | 91 | 25 | 49 |
| Octal | 241 | 324 | 266 | 30 | 0 | 16 | 21 | 221 | 45 | 111 |
| Binary | 10100001 | 11010100 | 10110110 | 11000 | 0 | 1110 | 10001 | 10010001 | 100101 | 1001001 |
Color Harmonies of #A1D4B6
Complementary color
Monochromatic Colors of #A1D4B6
Black with #A1D4B6
Text Example
Text Example
White with #A1D4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D4B6; }
p { color: rgb(161,212,182); }
H1.HeaderClassName
{
color: #A1D4B6;
}
.AnyTagClassName
{
color: #A1D4B6;
}
</style>
background-color css
<style>
a { background-color: #A1D4B6; }
a { background-color: rgb(161,212,182); }
div.DivClassName
{
background-color: #A1D4B6;
}
.BgClassName
{
background-color: #A1D4B6;
}
</style>
border-color css
<style>
span { border-color: #A1D4B6; }
span { border-color: rgb(161,212,182); }
td.TdClassName
{
border-color: #A1D4B6;
}
.TagClassName
{
border-color: #A1D4B6;
}
</style>