Shades of Vista Blue #A1DAB7
Tints of Vista Blue #A1DAB7
RGB
CMYK
RGB Variations
Color information
#A1DAB7 (or 0xA1DAB7) is known color: Vista Blue. HEX triplet: A1, DA and B7. RGB value is (161,218,183). Sum of RGB (Red+Green+Blue) = 161+218+183=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DAB7 is #5E2548. Grayscale: #C5C5C5. Windows color (decimal): -6169929 or 12049057. OLE color: 12049057.
HSL color Cylindrical-coordinate representation of color #A1DAB7: hue angle of 143.16º 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 #A1DAB7 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 183 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.15 |
| HSL | 143.16º | 0.44% | 0.74% | - |
| HSV(B) | 143.16º | 0.26% | 0.85% | - |
| XYZ | 48.32 | 61.14 | 54.05 | - |
| YUV | 196.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 183 | 0.26 | 0 | 0.16 | 0.15 | 143.16 | 0.44 | 0.74 |
| Hex | A1 | DA | B7 | 1A | 0 | 10 | F | 8F | 2C | 4A |
| Octal | 241 | 332 | 267 | 32 | 0 | 20 | 17 | 217 | 54 | 112 |
| Binary | 10100001 | 11011010 | 10110111 | 11010 | 0 | 10000 | 1111 | 10001111 | 101100 | 1001010 |
Color Harmonies of #A1DAB7
Complementary color
Monochromatic Colors of #A1DAB7
Black with #A1DAB7
Text Example
Text Example
White with #A1DAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAB7; }
p { color: rgb(161,218,183); }
H1.HeaderClassName
{
color: #A1DAB7;
}
.AnyTagClassName
{
color: #A1DAB7;
}
</style>
background-color css
<style>
a { background-color: #A1DAB7; }
a { background-color: rgb(161,218,183); }
div.DivClassName
{
background-color: #A1DAB7;
}
.BgClassName
{
background-color: #A1DAB7;
}
</style>
border-color css
<style>
span { border-color: #A1DAB7; }
span { border-color: rgb(161,218,183); }
td.TdClassName
{
border-color: #A1DAB7;
}
.TagClassName
{
border-color: #A1DAB7;
}
</style>