Shades of Vista Blue #87E5AC
Tints of Vista Blue #87E5AC
RGB
CMYK
RGB Variations
Color information
#87E5AC (or 0x87E5AC) is known color: Vista Blue. HEX triplet: 87, E5 and AC. RGB value is (135,229,172). Sum of RGB (Red+Green+Blue) = 135+229+172=536 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.19% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 229 - color contains mainly: green. Hex color #87E5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87E5AC is #781A53. Grayscale: #C2C2C2. Windows color (decimal): -7871060 or 11330951. OLE color: 11330951.
HSL color Cylindrical-coordinate representation of color #87E5AC: hue angle of 143.62º 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 #87E5AC is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 229 | 172 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.10 |
| HSL | 143.62º | 0.64% | 0.71% | - |
| HSV(B) | 143.62º | 0.41% | 0.9% | - |
| XYZ | 45.46 | 64.17 | 49.02 | - |
| YUV | 194.4 | 115.36 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 229 | 172 | 0.41 | 0 | 0.25 | 0.10 | 143.62 | 0.64 | 0.71 |
| Hex | 87 | E5 | AC | 29 | 0 | 19 | A | 90 | 40 | 47 |
| Octal | 207 | 345 | 254 | 51 | 0 | 31 | 12 | 220 | 100 | 107 |
| Binary | 10000111 | 11100101 | 10101100 | 101001 | 0 | 11001 | 1010 | 10010000 | 1000000 | 1000111 |
Color Harmonies of #87E5AC
Complementary color
Monochromatic Colors of #87E5AC
Black with #87E5AC
Text Example
Text Example
White with #87E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E5AC; }
p { color: rgb(135,229,172); }
H1.HeaderClassName
{
color: #87E5AC;
}
.AnyTagClassName
{
color: #87E5AC;
}
</style>
background-color css
<style>
a { background-color: #87E5AC; }
a { background-color: rgb(135,229,172); }
div.DivClassName
{
background-color: #87E5AC;
}
.BgClassName
{
background-color: #87E5AC;
}
</style>
border-color css
<style>
span { border-color: #87E5AC; }
span { border-color: rgb(135,229,172); }
td.TdClassName
{
border-color: #87E5AC;
}
.TagClassName
{
border-color: #87E5AC;
}
</style>