Shades of Vista Blue #87EBA5
Tints of Vista Blue #87EBA5
RGB
CMYK
RGB Variations
Color information
#87EBA5 (or 0x87EBA5) is known color: Vista Blue. HEX triplet: 87, EB and A5. RGB value is (135,235,165). Sum of RGB (Red+Green+Blue) = 135+235+165=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #87EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #87EBA5 is #78145A. Grayscale: #C5C5C5. Windows color (decimal): -7869531 or 10873735. OLE color: 10873735.
HSL color Cylindrical-coordinate representation of color #87EBA5: hue angle of 138º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87EBA5 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 235 | 165 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.08 |
| HSL | 138º | 0.71% | 0.73% | - |
| HSV(B) | 138º | 0.43% | 0.92% | - |
| XYZ | 46.49 | 67.28 | 46.13 | - |
| YUV | 197.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 235 | 165 | 0.43 | 0 | 0.30 | 0.08 | 138 | 0.71 | 0.73 |
| Hex | 87 | EB | A5 | 2B | 0 | 1E | 8 | 8A | 47 | 49 |
| Octal | 207 | 353 | 245 | 53 | 0 | 36 | 10 | 212 | 107 | 111 |
| Binary | 10000111 | 11101011 | 10100101 | 101011 | 0 | 11110 | 1000 | 10001010 | 1000111 | 1001001 |
Color Harmonies of #87EBA5
Complementary color
Monochromatic Colors of #87EBA5
Black with #87EBA5
Text Example
Text Example
White with #87EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87EBA5; }
p { color: rgb(135,235,165); }
H1.HeaderClassName
{
color: #87EBA5;
}
.AnyTagClassName
{
color: #87EBA5;
}
</style>
background-color css
<style>
a { background-color: #87EBA5; }
a { background-color: rgb(135,235,165); }
div.DivClassName
{
background-color: #87EBA5;
}
.BgClassName
{
background-color: #87EBA5;
}
</style>
border-color css
<style>
span { border-color: #87EBA5; }
span { border-color: rgb(135,235,165); }
td.TdClassName
{
border-color: #87EBA5;
}
.TagClassName
{
border-color: #87EBA5;
}
</style>