Shades of Vista Blue #87E9A8
Tints of Vista Blue #87E9A8
RGB
CMYK
RGB Variations
Color information
#87E9A8 (or 0x87E9A8) is known color: Vista Blue. HEX triplet: 87, E9 and A8. RGB value is (135,233,168). Sum of RGB (Red+Green+Blue) = 135+233+168=536 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.19% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #87E9A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #87E9A8 is #781657. Grayscale: #C4C4C4. Windows color (decimal): -7870040 or 11069831. OLE color: 11069831.
HSL color Cylindrical-coordinate representation of color #87E9A8: hue angle of 140.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87E9A8 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 135 | 233 | 168 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.09 |
| HSL | 140.2º | 0.69% | 0.72% | - |
| HSV(B) | 140.2º | 0.42% | 0.91% | - |
| XYZ | 46.2 | 66.26 | 47.4 | - |
| YUV | 196.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 233 | 168 | 0.42 | 0 | 0.28 | 0.09 | 140.2 | 0.69 | 0.72 |
| Hex | 87 | E9 | A8 | 2A | 0 | 1C | 9 | 8C | 45 | 48 |
| Octal | 207 | 351 | 250 | 52 | 0 | 34 | 11 | 214 | 105 | 110 |
| Binary | 10000111 | 11101001 | 10101000 | 101010 | 0 | 11100 | 1001 | 10001100 | 1000101 | 1001000 |
Color Harmonies of #87E9A8
Complementary color
Monochromatic Colors of #87E9A8
Black with #87E9A8
Text Example
Text Example
White with #87E9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E9A8; }
p { color: rgb(135,233,168); }
H1.HeaderClassName
{
color: #87E9A8;
}
.AnyTagClassName
{
color: #87E9A8;
}
</style>
background-color css
<style>
a { background-color: #87E9A8; }
a { background-color: rgb(135,233,168); }
div.DivClassName
{
background-color: #87E9A8;
}
.BgClassName
{
background-color: #87E9A8;
}
</style>
border-color css
<style>
span { border-color: #87E9A8; }
span { border-color: rgb(135,233,168); }
td.TdClassName
{
border-color: #87E9A8;
}
.TagClassName
{
border-color: #87E9A8;
}
</style>