Shades of Vista Blue #A0D1B6
Tints of Vista Blue #A0D1B6
RGB
CMYK
RGB Variations
Color information
#A0D1B6 (or 0xA0D1B6) is known color: Vista Blue. HEX triplet: A0, D1 and B6. RGB value is (160,209,182). Sum of RGB (Red+Green+Blue) = 160+209+182=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D1B6 is #5F2E49. Grayscale: #BFBFBF. Windows color (decimal): -6237770 or 11981216. OLE color: 11981216.
HSL color Cylindrical-coordinate representation of color #A0D1B6: hue angle of 146.94º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D1B6 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 182 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.18 |
| HSL | 146.94º | 0.35% | 0.72% | - |
| HSV(B) | 146.94º | 0.23% | 0.82% | - |
| XYZ | 45.74 | 56.45 | 52.74 | - |
| YUV | 191.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 182 | 0.23 | 0 | 0.13 | 0.18 | 146.94 | 0.35 | 0.72 |
| Hex | A0 | D1 | B6 | 17 | 0 | D | 12 | 93 | 23 | 48 |
| Octal | 240 | 321 | 266 | 27 | 0 | 15 | 22 | 223 | 43 | 110 |
| Binary | 10100000 | 11010001 | 10110110 | 10111 | 0 | 1101 | 10010 | 10010011 | 100011 | 1001000 |
Color Harmonies of #A0D1B6
Complementary color
Monochromatic Colors of #A0D1B6
Black with #A0D1B6
Text Example
Text Example
White with #A0D1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D1B6; }
p { color: rgb(160,209,182); }
H1.HeaderClassName
{
color: #A0D1B6;
}
.AnyTagClassName
{
color: #A0D1B6;
}
</style>
background-color css
<style>
a { background-color: #A0D1B6; }
a { background-color: rgb(160,209,182); }
div.DivClassName
{
background-color: #A0D1B6;
}
.BgClassName
{
background-color: #A0D1B6;
}
</style>
border-color css
<style>
span { border-color: #A0D1B6; }
span { border-color: rgb(160,209,182); }
td.TdClassName
{
border-color: #A0D1B6;
}
.TagClassName
{
border-color: #A0D1B6;
}
</style>