Shades of Vista Blue #A0D1BC
Tints of Vista Blue #A0D1BC
RGB
CMYK
RGB Variations
Color information
#A0D1BC (or 0xA0D1BC) is known color: Vista Blue. HEX triplet: A0, D1 and BC. RGB value is (160,209,188). Sum of RGB (Red+Green+Blue) = 160+209+188=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D1BC is #5F2E43. Grayscale: #BFBFBF. Windows color (decimal): -6237764 or 12374432. OLE color: 12374432.
HSL color Cylindrical-coordinate representation of color #A0D1BC: hue angle of 154.29º 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 #A0D1BC is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 188 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.18 |
| HSL | 154.29º | 0.35% | 0.72% | - |
| HSV(B) | 154.29º | 0.23% | 0.82% | - |
| XYZ | 46.37 | 56.71 | 56.08 | - |
| YUV | 191.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 188 | 0.23 | 0 | 0.10 | 0.18 | 154.29 | 0.35 | 0.72 |
| Hex | A0 | D1 | BC | 17 | 0 | A | 12 | 9A | 23 | 48 |
| Octal | 240 | 321 | 274 | 27 | 0 | 12 | 22 | 232 | 43 | 110 |
| Binary | 10100000 | 11010001 | 10111100 | 10111 | 0 | 1010 | 10010 | 10011010 | 100011 | 1001000 |
Color Harmonies of #A0D1BC
Complementary color
Monochromatic Colors of #A0D1BC
Black with #A0D1BC
Text Example
Text Example
White with #A0D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D1BC; }
p { color: rgb(160,209,188); }
H1.HeaderClassName
{
color: #A0D1BC;
}
.AnyTagClassName
{
color: #A0D1BC;
}
</style>
background-color css
<style>
a { background-color: #A0D1BC; }
a { background-color: rgb(160,209,188); }
div.DivClassName
{
background-color: #A0D1BC;
}
.BgClassName
{
background-color: #A0D1BC;
}
</style>
border-color css
<style>
span { border-color: #A0D1BC; }
span { border-color: rgb(160,209,188); }
td.TdClassName
{
border-color: #A0D1BC;
}
.TagClassName
{
border-color: #A0D1BC;
}
</style>