Shades of Vista Blue #A0D6BD
Tints of Vista Blue #A0D6BD
RGB
CMYK
RGB Variations
Color information
#A0D6BD (or 0xA0D6BD) is known color: Vista Blue. HEX triplet: A0, D6 and BD. RGB value is (160,214,189). Sum of RGB (Red+Green+Blue) = 160+214+189=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D6BD is #5F2942. Grayscale: #C3C3C3. Windows color (decimal): -6236483 or 12441248. OLE color: 12441248.
HSL color Cylindrical-coordinate representation of color #A0D6BD: hue angle of 152.22º 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 #A0D6BD is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 189 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.16 |
| HSL | 152.22º | 0.4% | 0.73% | - |
| HSV(B) | 152.22º | 0.25% | 0.84% | - |
| XYZ | 47.73 | 59.24 | 57.06 | - |
| YUV | 195 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 189 | 0.25 | 0 | 0.12 | 0.16 | 152.22 | 0.4 | 0.73 |
| Hex | A0 | D6 | BD | 19 | 0 | C | 10 | 98 | 28 | 49 |
| Octal | 240 | 326 | 275 | 31 | 0 | 14 | 20 | 230 | 50 | 111 |
| Binary | 10100000 | 11010110 | 10111101 | 11001 | 0 | 1100 | 10000 | 10011000 | 101000 | 1001001 |
Color Harmonies of #A0D6BD
Complementary color
Monochromatic Colors of #A0D6BD
Black with #A0D6BD
Text Example
Text Example
White with #A0D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D6BD; }
p { color: rgb(160,214,189); }
H1.HeaderClassName
{
color: #A0D6BD;
}
.AnyTagClassName
{
color: #A0D6BD;
}
</style>
background-color css
<style>
a { background-color: #A0D6BD; }
a { background-color: rgb(160,214,189); }
div.DivClassName
{
background-color: #A0D6BD;
}
.BgClassName
{
background-color: #A0D6BD;
}
</style>
border-color css
<style>
span { border-color: #A0D6BD; }
span { border-color: rgb(160,214,189); }
td.TdClassName
{
border-color: #A0D6BD;
}
.TagClassName
{
border-color: #A0D6BD;
}
</style>