Shades of Vista Blue #87E5AA
Tints of Vista Blue #87E5AA
RGB
CMYK
RGB Variations
Color information
#87E5AA (or 0x87E5AA) is known color: Vista Blue. HEX triplet: 87, E5 and AA. RGB value is (135,229,170). Sum of RGB (Red+Green+Blue) = 135+229+170=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #87E5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87E5AA is #781A55. Grayscale: #C2C2C2. Windows color (decimal): -7871062 or 11199879. OLE color: 11199879.
HSL color Cylindrical-coordinate representation of color #87E5AA: hue angle of 142.34º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87E5AA is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 229 | 170 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.10 |
| HSL | 142.34º | 0.64% | 0.71% | - |
| HSV(B) | 142.34º | 0.41% | 0.9% | - |
| XYZ | 45.27 | 64.09 | 48.02 | - |
| YUV | 194.17 | 114.36 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 229 | 170 | 0.41 | 0 | 0.26 | 0.10 | 142.34 | 0.64 | 0.71 |
| Hex | 87 | E5 | AA | 29 | 0 | 1A | A | 8E | 40 | 47 |
| Octal | 207 | 345 | 252 | 51 | 0 | 32 | 12 | 216 | 100 | 107 |
| Binary | 10000111 | 11100101 | 10101010 | 101001 | 0 | 11010 | 1010 | 10001110 | 1000000 | 1000111 |
Color Harmonies of #87E5AA
Complementary color
Monochromatic Colors of #87E5AA
Black with #87E5AA
Text Example
Text Example
White with #87E5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E5AA; }
p { color: rgb(135,229,170); }
H1.HeaderClassName
{
color: #87E5AA;
}
.AnyTagClassName
{
color: #87E5AA;
}
</style>
background-color css
<style>
a { background-color: #87E5AA; }
a { background-color: rgb(135,229,170); }
div.DivClassName
{
background-color: #87E5AA;
}
.BgClassName
{
background-color: #87E5AA;
}
</style>
border-color css
<style>
span { border-color: #87E5AA; }
span { border-color: rgb(135,229,170); }
td.TdClassName
{
border-color: #87E5AA;
}
.TagClassName
{
border-color: #87E5AA;
}
</style>