Shades of Vista Blue #87E0AC
Tints of Vista Blue #87E0AC
RGB
CMYK
RGB Variations
Color information
#87E0AC (or 0x87E0AC) is known color: Vista Blue. HEX triplet: 87, E0 and AC. RGB value is (135,224,172). Sum of RGB (Red+Green+Blue) = 135+224+172=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #87E0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87E0AC is #781F53. Grayscale: #BFBFBF. Windows color (decimal): -7872340 or 11329671. OLE color: 11329671.
HSL color Cylindrical-coordinate representation of color #87E0AC: hue angle of 144.94º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87E0AC is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 224 | 172 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.12 |
| HSL | 144.94º | 0.59% | 0.7% | - |
| HSV(B) | 144.94º | 0.4% | 0.88% | - |
| XYZ | 44.09 | 61.44 | 48.57 | - |
| YUV | 191.46 | 117.01 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 224 | 172 | 0.40 | 0 | 0.23 | 0.12 | 144.94 | 0.59 | 0.7 |
| Hex | 87 | E0 | AC | 28 | 0 | 17 | C | 91 | 3B | 46 |
| Octal | 207 | 340 | 254 | 50 | 0 | 27 | 14 | 221 | 73 | 106 |
| Binary | 10000111 | 11100000 | 10101100 | 101000 | 0 | 10111 | 1100 | 10010001 | 111011 | 1000110 |
Color Harmonies of #87E0AC
Complementary color
Monochromatic Colors of #87E0AC
Black with #87E0AC
Text Example
Text Example
White with #87E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E0AC; }
p { color: rgb(135,224,172); }
H1.HeaderClassName
{
color: #87E0AC;
}
.AnyTagClassName
{
color: #87E0AC;
}
</style>
background-color css
<style>
a { background-color: #87E0AC; }
a { background-color: rgb(135,224,172); }
div.DivClassName
{
background-color: #87E0AC;
}
.BgClassName
{
background-color: #87E0AC;
}
</style>
border-color css
<style>
span { border-color: #87E0AC; }
span { border-color: rgb(135,224,172); }
td.TdClassName
{
border-color: #87E0AC;
}
.TagClassName
{
border-color: #87E0AC;
}
</style>