Shades of Vista Blue #A1DABB
Tints of Vista Blue #A1DABB
RGB
CMYK
RGB Variations
Color information
#A1DABB (or 0xA1DABB) is known color: Vista Blue. HEX triplet: A1, DA and BB. RGB value is (161,218,187). Sum of RGB (Red+Green+Blue) = 161+218+187=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DABB is #5E2544. Grayscale: #C5C5C5. Windows color (decimal): -6169925 or 12311201. OLE color: 12311201.
HSL color Cylindrical-coordinate representation of color #A1DABB: hue angle of 147.37º 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 #A1DABB is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 187 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.15 |
| HSL | 147.37º | 0.44% | 0.74% | - |
| HSV(B) | 147.37º | 0.26% | 0.85% | - |
| XYZ | 48.74 | 61.31 | 56.28 | - |
| YUV | 197.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 187 | 0.26 | 0 | 0.14 | 0.15 | 147.37 | 0.44 | 0.74 |
| Hex | A1 | DA | BB | 1A | 0 | E | F | 93 | 2C | 4A |
| Octal | 241 | 332 | 273 | 32 | 0 | 16 | 17 | 223 | 54 | 112 |
| Binary | 10100001 | 11011010 | 10111011 | 11010 | 0 | 1110 | 1111 | 10010011 | 101100 | 1001010 |
Color Harmonies of #A1DABB
Complementary color
Monochromatic Colors of #A1DABB
Black with #A1DABB
Text Example
Text Example
White with #A1DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DABB; }
p { color: rgb(161,218,187); }
H1.HeaderClassName
{
color: #A1DABB;
}
.AnyTagClassName
{
color: #A1DABB;
}
</style>
background-color css
<style>
a { background-color: #A1DABB; }
a { background-color: rgb(161,218,187); }
div.DivClassName
{
background-color: #A1DABB;
}
.BgClassName
{
background-color: #A1DABB;
}
</style>
border-color css
<style>
span { border-color: #A1DABB; }
span { border-color: rgb(161,218,187); }
td.TdClassName
{
border-color: #A1DABB;
}
.TagClassName
{
border-color: #A1DABB;
}
</style>