Shades of Vista Blue #A0D7BF
Tints of Vista Blue #A0D7BF
RGB
CMYK
RGB Variations
Color information
#A0D7BF (or 0xA0D7BF) is known color: Vista Blue. HEX triplet: A0, D7 and BF. RGB value is (160,215,191). Sum of RGB (Red+Green+Blue) = 160+215+191=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D7BF is #5F2840. Grayscale: #C3C3C3. Windows color (decimal): -6236225 or 12572576. OLE color: 12572576.
HSL color Cylindrical-coordinate representation of color #A0D7BF: hue angle of 153.82º 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 #A0D7BF is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 191 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.16 |
| HSL | 153.82º | 0.41% | 0.74% | - |
| HSV(B) | 153.82º | 0.26% | 0.84% | - |
| XYZ | 48.2 | 59.84 | 58.3 | - |
| YUV | 195.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 191 | 0.26 | 0 | 0.11 | 0.16 | 153.82 | 0.41 | 0.74 |
| Hex | A0 | D7 | BF | 1A | 0 | B | 10 | 9A | 29 | 4A |
| Octal | 240 | 327 | 277 | 32 | 0 | 13 | 20 | 232 | 51 | 112 |
| Binary | 10100000 | 11010111 | 10111111 | 11010 | 0 | 1011 | 10000 | 10011010 | 101001 | 1001010 |
Color Harmonies of #A0D7BF
Complementary color
Monochromatic Colors of #A0D7BF
Black with #A0D7BF
Text Example
Text Example
White with #A0D7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D7BF; }
p { color: rgb(160,215,191); }
H1.HeaderClassName
{
color: #A0D7BF;
}
.AnyTagClassName
{
color: #A0D7BF;
}
</style>
background-color css
<style>
a { background-color: #A0D7BF; }
a { background-color: rgb(160,215,191); }
div.DivClassName
{
background-color: #A0D7BF;
}
.BgClassName
{
background-color: #A0D7BF;
}
</style>
border-color css
<style>
span { border-color: #A0D7BF; }
span { border-color: rgb(160,215,191); }
td.TdClassName
{
border-color: #A0D7BF;
}
.TagClassName
{
border-color: #A0D7BF;
}
</style>