Shades of Vista Blue #A0D6BC
Tints of Vista Blue #A0D6BC
RGB
CMYK
RGB Variations
Color information
#A0D6BC (or 0xA0D6BC) is known color: Vista Blue. HEX triplet: A0, D6 and BC. RGB value is (160,214,188). Sum of RGB (Red+Green+Blue) = 160+214+188=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D6BC is #5F2943. Grayscale: #C2C2C2. Windows color (decimal): -6236484 or 12375712. OLE color: 12375712.
HSL color Cylindrical-coordinate representation of color #A0D6BC: hue angle of 151.11º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D6BC is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 188 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.16 |
| HSL | 151.11º | 0.4% | 0.73% | - |
| HSV(B) | 151.11º | 0.25% | 0.84% | - |
| XYZ | 47.62 | 59.2 | 56.49 | - |
| YUV | 194.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 188 | 0.25 | 0 | 0.12 | 0.16 | 151.11 | 0.4 | 0.73 |
| Hex | A0 | D6 | BC | 19 | 0 | C | 10 | 97 | 28 | 49 |
| Octal | 240 | 326 | 274 | 31 | 0 | 14 | 20 | 227 | 50 | 111 |
| Binary | 10100000 | 11010110 | 10111100 | 11001 | 0 | 1100 | 10000 | 10010111 | 101000 | 1001001 |
Color Harmonies of #A0D6BC
Complementary color
Monochromatic Colors of #A0D6BC
Black with #A0D6BC
Text Example
Text Example
White with #A0D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D6BC; }
p { color: rgb(160,214,188); }
H1.HeaderClassName
{
color: #A0D6BC;
}
.AnyTagClassName
{
color: #A0D6BC;
}
</style>
background-color css
<style>
a { background-color: #A0D6BC; }
a { background-color: rgb(160,214,188); }
div.DivClassName
{
background-color: #A0D6BC;
}
.BgClassName
{
background-color: #A0D6BC;
}
</style>
border-color css
<style>
span { border-color: #A0D6BC; }
span { border-color: rgb(160,214,188); }
td.TdClassName
{
border-color: #A0D6BC;
}
.TagClassName
{
border-color: #A0D6BC;
}
</style>