Shades of Vista Blue #A7E0BD
Tints of Vista Blue #A7E0BD
RGB
CMYK
RGB Variations
Color information
#A7E0BD (or 0xA7E0BD) is known color: Vista Blue. HEX triplet: A7, E0 and BD. RGB value is (167,224,189). Sum of RGB (Red+Green+Blue) = 167+224+189=580 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.79% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E0BD is #581F42. Grayscale: #CBCBCB. Windows color (decimal): -5775171 or 12443815. OLE color: 12443815.
HSL color Cylindrical-coordinate representation of color #A7E0BD: hue angle of 143.16º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7E0BD is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 224 | 189 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.12 |
| HSL | 143.16º | 0.48% | 0.77% | - |
| HSV(B) | 143.16º | 0.25% | 0.88% | - |
| XYZ | 51.78 | 65.2 | 58 | - |
| YUV | 202.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 189 | 0.25 | 0 | 0.16 | 0.12 | 143.16 | 0.48 | 0.77 |
| Hex | A7 | E0 | BD | 19 | 0 | 10 | C | 8F | 30 | 4D |
| Octal | 247 | 340 | 275 | 31 | 0 | 20 | 14 | 217 | 60 | 115 |
| Binary | 10100111 | 11100000 | 10111101 | 11001 | 0 | 10000 | 1100 | 10001111 | 110000 | 1001101 |
Color Harmonies of #A7E0BD
Complementary color
Monochromatic Colors of #A7E0BD
Black with #A7E0BD
Text Example
Text Example
White with #A7E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E0BD; }
p { color: rgb(167,224,189); }
H1.HeaderClassName
{
color: #A7E0BD;
}
.AnyTagClassName
{
color: #A7E0BD;
}
</style>
background-color css
<style>
a { background-color: #A7E0BD; }
a { background-color: rgb(167,224,189); }
div.DivClassName
{
background-color: #A7E0BD;
}
.BgClassName
{
background-color: #A7E0BD;
}
</style>
border-color css
<style>
span { border-color: #A7E0BD; }
span { border-color: rgb(167,224,189); }
td.TdClassName
{
border-color: #A7E0BD;
}
.TagClassName
{
border-color: #A7E0BD;
}
</style>