Shades of Vista Blue #A1DAB5
Tints of Vista Blue #A1DAB5
RGB
CMYK
RGB Variations
Color information
#A1DAB5 (or 0xA1DAB5) is known color: Vista Blue. HEX triplet: A1, DA and B5. RGB value is (161,218,181). Sum of RGB (Red+Green+Blue) = 161+218+181=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DAB5 is #5E254A. Grayscale: #C4C4C4. Windows color (decimal): -6169931 or 11917985. OLE color: 11917985.
HSL color Cylindrical-coordinate representation of color #A1DAB5: hue angle of 141.05º degrees, saturation: 0.44, 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 #A1DAB5 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 181 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.15 |
| HSL | 141.05º | 0.44% | 0.74% | - |
| HSV(B) | 141.05º | 0.26% | 0.85% | - |
| XYZ | 48.11 | 61.06 | 52.97 | - |
| YUV | 196.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 181 | 0.26 | 0 | 0.17 | 0.15 | 141.05 | 0.44 | 0.74 |
| Hex | A1 | DA | B5 | 1A | 0 | 11 | F | 8D | 2C | 4A |
| Octal | 241 | 332 | 265 | 32 | 0 | 21 | 17 | 215 | 54 | 112 |
| Binary | 10100001 | 11011010 | 10110101 | 11010 | 0 | 10001 | 1111 | 10001101 | 101100 | 1001010 |
Color Harmonies of #A1DAB5
Complementary color
Monochromatic Colors of #A1DAB5
Black with #A1DAB5
Text Example
Text Example
White with #A1DAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAB5; }
p { color: rgb(161,218,181); }
H1.HeaderClassName
{
color: #A1DAB5;
}
.AnyTagClassName
{
color: #A1DAB5;
}
</style>
background-color css
<style>
a { background-color: #A1DAB5; }
a { background-color: rgb(161,218,181); }
div.DivClassName
{
background-color: #A1DAB5;
}
.BgClassName
{
background-color: #A1DAB5;
}
</style>
border-color css
<style>
span { border-color: #A1DAB5; }
span { border-color: rgb(161,218,181); }
td.TdClassName
{
border-color: #A1DAB5;
}
.TagClassName
{
border-color: #A1DAB5;
}
</style>