Shades of Vista Blue #A1DAC2
Tints of Vista Blue #A1DAC2
RGB
CMYK
RGB Variations
Color information
#A1DAC2 (or 0xA1DAC2) is known color: Vista Blue. HEX triplet: A1, DA and C2. RGB value is (161,218,194). Sum of RGB (Red+Green+Blue) = 161+218+194=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DAC2 is #5E253D. Grayscale: #C6C6C6. Windows color (decimal): -6169918 or 12769953. OLE color: 12769953.
HSL color Cylindrical-coordinate representation of color #A1DAC2: hue angle of 154.74º 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 #A1DAC2 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 194 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.15 |
| HSL | 154.74º | 0.44% | 0.74% | - |
| HSV(B) | 154.74º | 0.26% | 0.85% | - |
| XYZ | 49.51 | 61.61 | 60.32 | - |
| YUV | 198.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 194 | 0.26 | 0 | 0.11 | 0.15 | 154.74 | 0.44 | 0.74 |
| Hex | A1 | DA | C2 | 1A | 0 | B | F | 9B | 2C | 4A |
| Octal | 241 | 332 | 302 | 32 | 0 | 13 | 17 | 233 | 54 | 112 |
| Binary | 10100001 | 11011010 | 11000010 | 11010 | 0 | 1011 | 1111 | 10011011 | 101100 | 1001010 |
Color Harmonies of #A1DAC2
Complementary color
Monochromatic Colors of #A1DAC2
Black with #A1DAC2
Text Example
Text Example
White with #A1DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAC2; }
p { color: rgb(161,218,194); }
H1.HeaderClassName
{
color: #A1DAC2;
}
.AnyTagClassName
{
color: #A1DAC2;
}
</style>
background-color css
<style>
a { background-color: #A1DAC2; }
a { background-color: rgb(161,218,194); }
div.DivClassName
{
background-color: #A1DAC2;
}
.BgClassName
{
background-color: #A1DAC2;
}
</style>
border-color css
<style>
span { border-color: #A1DAC2; }
span { border-color: rgb(161,218,194); }
td.TdClassName
{
border-color: #A1DAC2;
}
.TagClassName
{
border-color: #A1DAC2;
}
</style>