Shades of Vista Blue #A0D7B5
Tints of Vista Blue #A0D7B5
RGB
CMYK
RGB Variations
Color information
#A0D7B5 (or 0xA0D7B5) is known color: Vista Blue. HEX triplet: A0, D7 and B5. RGB value is (160,215,181). Sum of RGB (Red+Green+Blue) = 160+215+181=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D7B5 is #5F284A. Grayscale: #C2C2C2. Windows color (decimal): -6236235 or 11917216. OLE color: 11917216.
HSL color Cylindrical-coordinate representation of color #A0D7B5: hue angle of 142.91º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D7B5 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 181 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.16 |
| HSL | 142.91º | 0.41% | 0.74% | - |
| HSV(B) | 142.91º | 0.26% | 0.84% | - |
| XYZ | 47.14 | 59.41 | 52.7 | - |
| YUV | 194.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 181 | 0.26 | 0 | 0.16 | 0.16 | 142.91 | 0.41 | 0.74 |
| Hex | A0 | D7 | B5 | 1A | 0 | 10 | 10 | 8F | 29 | 4A |
| Octal | 240 | 327 | 265 | 32 | 0 | 20 | 20 | 217 | 51 | 112 |
| Binary | 10100000 | 11010111 | 10110101 | 11010 | 0 | 10000 | 10000 | 10001111 | 101001 | 1001010 |
Color Harmonies of #A0D7B5
Complementary color
Monochromatic Colors of #A0D7B5
Black with #A0D7B5
Text Example
Text Example
White with #A0D7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D7B5; }
p { color: rgb(160,215,181); }
H1.HeaderClassName
{
color: #A0D7B5;
}
.AnyTagClassName
{
color: #A0D7B5;
}
</style>
background-color css
<style>
a { background-color: #A0D7B5; }
a { background-color: rgb(160,215,181); }
div.DivClassName
{
background-color: #A0D7B5;
}
.BgClassName
{
background-color: #A0D7B5;
}
</style>
border-color css
<style>
span { border-color: #A0D7B5; }
span { border-color: rgb(160,215,181); }
td.TdClassName
{
border-color: #A0D7B5;
}
.TagClassName
{
border-color: #A0D7B5;
}
</style>