Shades of Vista Blue #A0D4BC
Tints of Vista Blue #A0D4BC
RGB
CMYK
RGB Variations
Color information
#A0D4BC (or 0xA0D4BC) is known color: Vista Blue. HEX triplet: A0, D4 and BC. RGB value is (160,212,188). Sum of RGB (Red+Green+Blue) = 160+212+188=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D4BC is #5F2B43. Grayscale: #C1C1C1. Windows color (decimal): -6236996 or 12375200. OLE color: 12375200.
HSL color Cylindrical-coordinate representation of color #A0D4BC: hue angle of 152.31º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D4BC is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 188 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.17 |
| HSL | 152.31º | 0.38% | 0.73% | - |
| HSV(B) | 152.31º | 0.25% | 0.83% | - |
| XYZ | 47.12 | 58.19 | 56.33 | - |
| YUV | 193.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 188 | 0.25 | 0 | 0.11 | 0.17 | 152.31 | 0.38 | 0.73 |
| Hex | A0 | D4 | BC | 19 | 0 | B | 11 | 98 | 26 | 49 |
| Octal | 240 | 324 | 274 | 31 | 0 | 13 | 21 | 230 | 46 | 111 |
| Binary | 10100000 | 11010100 | 10111100 | 11001 | 0 | 1011 | 10001 | 10011000 | 100110 | 1001001 |
Color Harmonies of #A0D4BC
Complementary color
Monochromatic Colors of #A0D4BC
Black with #A0D4BC
Text Example
Text Example
White with #A0D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D4BC; }
p { color: rgb(160,212,188); }
H1.HeaderClassName
{
color: #A0D4BC;
}
.AnyTagClassName
{
color: #A0D4BC;
}
</style>
background-color css
<style>
a { background-color: #A0D4BC; }
a { background-color: rgb(160,212,188); }
div.DivClassName
{
background-color: #A0D4BC;
}
.BgClassName
{
background-color: #A0D4BC;
}
</style>
border-color css
<style>
span { border-color: #A0D4BC; }
span { border-color: rgb(160,212,188); }
td.TdClassName
{
border-color: #A0D4BC;
}
.TagClassName
{
border-color: #A0D4BC;
}
</style>