Shades of Vista Blue #A0D3BC
Tints of Vista Blue #A0D3BC
RGB
CMYK
RGB Variations
Color information
#A0D3BC (or 0xA0D3BC) is known color: Vista Blue. HEX triplet: A0, D3 and BC. RGB value is (160,211,188). Sum of RGB (Red+Green+Blue) = 160+211+188=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D3BC is #5F2C43. Grayscale: #C1C1C1. Windows color (decimal): -6237252 or 12374944. OLE color: 12374944.
HSL color Cylindrical-coordinate representation of color #A0D3BC: hue angle of 152.94º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D3BC is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 188 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.17 |
| HSL | 152.94º | 0.37% | 0.73% | - |
| HSV(B) | 152.94º | 0.24% | 0.83% | - |
| XYZ | 46.87 | 57.69 | 56.24 | - |
| YUV | 193.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 188 | 0.24 | 0 | 0.11 | 0.17 | 152.94 | 0.37 | 0.73 |
| Hex | A0 | D3 | BC | 18 | 0 | B | 11 | 99 | 25 | 49 |
| Octal | 240 | 323 | 274 | 30 | 0 | 13 | 21 | 231 | 45 | 111 |
| Binary | 10100000 | 11010011 | 10111100 | 11000 | 0 | 1011 | 10001 | 10011001 | 100101 | 1001001 |
Color Harmonies of #A0D3BC
Complementary color
Monochromatic Colors of #A0D3BC
Black with #A0D3BC
Text Example
Text Example
White with #A0D3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D3BC; }
p { color: rgb(160,211,188); }
H1.HeaderClassName
{
color: #A0D3BC;
}
.AnyTagClassName
{
color: #A0D3BC;
}
</style>
background-color css
<style>
a { background-color: #A0D3BC; }
a { background-color: rgb(160,211,188); }
div.DivClassName
{
background-color: #A0D3BC;
}
.BgClassName
{
background-color: #A0D3BC;
}
</style>
border-color css
<style>
span { border-color: #A0D3BC; }
span { border-color: rgb(160,211,188); }
td.TdClassName
{
border-color: #A0D3BC;
}
.TagClassName
{
border-color: #A0D3BC;
}
</style>