Shades of Vista Blue #A7E1BE
Tints of Vista Blue #A7E1BE
RGB
CMYK
RGB Variations
Color information
#A7E1BE (or 0xA7E1BE) is known color: Vista Blue. HEX triplet: A7, E1 and BE. RGB value is (167,225,190). Sum of RGB (Red+Green+Blue) = 167+225+190=582 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.69% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E1BE is #581E41. Grayscale: #CBCBCB. Windows color (decimal): -5774914 or 12509607. OLE color: 12509607.
HSL color Cylindrical-coordinate representation of color #A7E1BE: hue angle of 143.79º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7E1BE is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 190 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.12 |
| HSL | 143.79º | 0.49% | 0.77% | - |
| HSV(B) | 143.79º | 0.26% | 0.88% | - |
| XYZ | 52.16 | 65.78 | 58.66 | - |
| YUV | 203.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 190 | 0.26 | 0 | 0.16 | 0.12 | 143.79 | 0.49 | 0.77 |
| Hex | A7 | E1 | BE | 1A | 0 | 10 | C | 90 | 31 | 4D |
| Octal | 247 | 341 | 276 | 32 | 0 | 20 | 14 | 220 | 61 | 115 |
| Binary | 10100111 | 11100001 | 10111110 | 11010 | 0 | 10000 | 1100 | 10010000 | 110001 | 1001101 |
Color Harmonies of #A7E1BE
Complementary color
Monochromatic Colors of #A7E1BE
Black with #A7E1BE
Text Example
Text Example
White with #A7E1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E1BE; }
p { color: rgb(167,225,190); }
H1.HeaderClassName
{
color: #A7E1BE;
}
.AnyTagClassName
{
color: #A7E1BE;
}
</style>
background-color css
<style>
a { background-color: #A7E1BE; }
a { background-color: rgb(167,225,190); }
div.DivClassName
{
background-color: #A7E1BE;
}
.BgClassName
{
background-color: #A7E1BE;
}
</style>
border-color css
<style>
span { border-color: #A7E1BE; }
span { border-color: rgb(167,225,190); }
td.TdClassName
{
border-color: #A7E1BE;
}
.TagClassName
{
border-color: #A7E1BE;
}
</style>