Shades of Vista Blue #87E1A8
Tints of Vista Blue #87E1A8
RGB
CMYK
RGB Variations
Color information
#87E1A8 (or 0x87E1A8) is known color: Vista Blue. HEX triplet: 87, E1 and A8. RGB value is (135,225,168). Sum of RGB (Red+Green+Blue) = 135+225+168=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #87E1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87E1A8 is #781E57. Grayscale: #BFBFBF. Windows color (decimal): -7872088 or 11067783. OLE color: 11067783.
HSL color Cylindrical-coordinate representation of color #87E1A8: hue angle of 142º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87E1A8 is Cyan = 0.4, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 225 | 168 | - |
| CMYK | 0.4 | 0 | 0.25 | 0.12 |
| HSL | 142º | 0.6% | 0.71% | - |
| HSV(B) | 142º | 0.4% | 0.88% | - |
| XYZ | 43.98 | 61.83 | 46.66 | - |
| YUV | 191.59 | 114.68 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 225 | 168 | 0.4 | 0 | 0.25 | 0.12 | 142 | 0.6 | 0.71 |
| Hex | 87 | E1 | A8 | 28 | 0 | 19 | C | 8E | 3C | 47 |
| Octal | 207 | 341 | 250 | 50 | 0 | 31 | 14 | 216 | 74 | 107 |
| Binary | 10000111 | 11100001 | 10101000 | 101000 | 0 | 11001 | 1100 | 10001110 | 111100 | 1000111 |
Color Harmonies of #87E1A8
Complementary color
Monochromatic Colors of #87E1A8
Black with #87E1A8
Text Example
Text Example
White with #87E1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E1A8; }
p { color: rgb(135,225,168); }
H1.HeaderClassName
{
color: #87E1A8;
}
.AnyTagClassName
{
color: #87E1A8;
}
</style>
background-color css
<style>
a { background-color: #87E1A8; }
a { background-color: rgb(135,225,168); }
div.DivClassName
{
background-color: #87E1A8;
}
.BgClassName
{
background-color: #87E1A8;
}
</style>
border-color css
<style>
span { border-color: #87E1A8; }
span { border-color: rgb(135,225,168); }
td.TdClassName
{
border-color: #87E1A8;
}
.TagClassName
{
border-color: #87E1A8;
}
</style>