Shades of Vista Blue #87E4A6
Tints of Vista Blue #87E4A6
RGB
CMYK
RGB Variations
Color information
#87E4A6 (or 0x87E4A6) is known color: Vista Blue. HEX triplet: 87, E4 and A6. RGB value is (135,228,166). Sum of RGB (Red+Green+Blue) = 135+228+166=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #87E4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87E4A6 is #781B59. Grayscale: #C1C1C1. Windows color (decimal): -7871322 or 10937479. OLE color: 10937479.
HSL color Cylindrical-coordinate representation of color #87E4A6: hue angle of 140º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87E4A6 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 228 | 166 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.11 |
| HSL | 140º | 0.63% | 0.71% | - |
| HSV(B) | 140º | 0.41% | 0.89% | - |
| XYZ | 44.62 | 63.39 | 45.96 | - |
| YUV | 193.13 | 112.69 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 228 | 166 | 0.41 | 0 | 0.27 | 0.11 | 140 | 0.63 | 0.71 |
| Hex | 87 | E4 | A6 | 29 | 0 | 1B | B | 8C | 3F | 47 |
| Octal | 207 | 344 | 246 | 51 | 0 | 33 | 13 | 214 | 77 | 107 |
| Binary | 10000111 | 11100100 | 10100110 | 101001 | 0 | 11011 | 1011 | 10001100 | 111111 | 1000111 |
Color Harmonies of #87E4A6
Complementary color
Monochromatic Colors of #87E4A6
Black with #87E4A6
Text Example
Text Example
White with #87E4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E4A6; }
p { color: rgb(135,228,166); }
H1.HeaderClassName
{
color: #87E4A6;
}
.AnyTagClassName
{
color: #87E4A6;
}
</style>
background-color css
<style>
a { background-color: #87E4A6; }
a { background-color: rgb(135,228,166); }
div.DivClassName
{
background-color: #87E4A6;
}
.BgClassName
{
background-color: #87E4A6;
}
</style>
border-color css
<style>
span { border-color: #87E4A6; }
span { border-color: rgb(135,228,166); }
td.TdClassName
{
border-color: #87E4A6;
}
.TagClassName
{
border-color: #87E4A6;
}
</style>