Shades of Vista Blue #A0DAC4
Tints of Vista Blue #A0DAC4
RGB
CMYK
RGB Variations
Color information
#A0DAC4 (or 0xA0DAC4) is known color: Vista Blue. HEX triplet: A0, DA and C4. RGB value is (160,218,196). Sum of RGB (Red+Green+Blue) = 160+218+196=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DAC4 is #5F253B. Grayscale: #C6C6C6. Windows color (decimal): -6235452 or 12901024. OLE color: 12901024.
HSL color Cylindrical-coordinate representation of color #A0DAC4: hue angle of 157.24º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DAC4 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 196 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.15 |
| HSL | 157.24º | 0.44% | 0.74% | - |
| HSV(B) | 157.24º | 0.27% | 0.85% | - |
| XYZ | 49.53 | 61.6 | 61.5 | - |
| YUV | 198.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 196 | 0.27 | 0 | 0.10 | 0.15 | 157.24 | 0.44 | 0.74 |
| Hex | A0 | DA | C4 | 1B | 0 | A | F | 9D | 2C | 4A |
| Octal | 240 | 332 | 304 | 33 | 0 | 12 | 17 | 235 | 54 | 112 |
| Binary | 10100000 | 11011010 | 11000100 | 11011 | 0 | 1010 | 1111 | 10011101 | 101100 | 1001010 |
Color Harmonies of #A0DAC4
Complementary color
Monochromatic Colors of #A0DAC4
Black with #A0DAC4
Text Example
Text Example
White with #A0DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAC4; }
p { color: rgb(160,218,196); }
H1.HeaderClassName
{
color: #A0DAC4;
}
.AnyTagClassName
{
color: #A0DAC4;
}
</style>
background-color css
<style>
a { background-color: #A0DAC4; }
a { background-color: rgb(160,218,196); }
div.DivClassName
{
background-color: #A0DAC4;
}
.BgClassName
{
background-color: #A0DAC4;
}
</style>
border-color css
<style>
span { border-color: #A0DAC4; }
span { border-color: rgb(160,218,196); }
td.TdClassName
{
border-color: #A0DAC4;
}
.TagClassName
{
border-color: #A0DAC4;
}
</style>