Shades of Vista Blue #87E0B7
Tints of Vista Blue #87E0B7
RGB
CMYK
RGB Variations
Color information
#87E0B7 (or 0x87E0B7) is known color: Vista Blue. HEX triplet: 87, E0 and B7. RGB value is (135,224,183). Sum of RGB (Red+Green+Blue) = 135+224+183=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #87E0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87E0B7 is #781F48. Grayscale: #C0C0C0. Windows color (decimal): -7872329 or 12050567. OLE color: 12050567.
HSL color Cylindrical-coordinate representation of color #87E0B7: hue angle of 152.36º 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 #87E0B7 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 224 | 183 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.12 |
| HSL | 152.36º | 0.59% | 0.7% | - |
| HSV(B) | 152.36º | 0.4% | 0.88% | - |
| XYZ | 45.19 | 61.88 | 54.36 | - |
| YUV | 192.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 224 | 183 | 0.40 | 0 | 0.18 | 0.12 | 152.36 | 0.59 | 0.7 |
| Hex | 87 | E0 | B7 | 28 | 0 | 12 | C | 98 | 3B | 46 |
| Octal | 207 | 340 | 267 | 50 | 0 | 22 | 14 | 230 | 73 | 106 |
| Binary | 10000111 | 11100000 | 10110111 | 101000 | 0 | 10010 | 1100 | 10011000 | 111011 | 1000110 |
Color Harmonies of #87E0B7
Complementary color
Monochromatic Colors of #87E0B7
Black with #87E0B7
Text Example
Text Example
White with #87E0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E0B7; }
p { color: rgb(135,224,183); }
H1.HeaderClassName
{
color: #87E0B7;
}
.AnyTagClassName
{
color: #87E0B7;
}
</style>
background-color css
<style>
a { background-color: #87E0B7; }
a { background-color: rgb(135,224,183); }
div.DivClassName
{
background-color: #87E0B7;
}
.BgClassName
{
background-color: #87E0B7;
}
</style>
border-color css
<style>
span { border-color: #87E0B7; }
span { border-color: rgb(135,224,183); }
td.TdClassName
{
border-color: #87E0B7;
}
.TagClassName
{
border-color: #87E0B7;
}
</style>