Shades of Vista Blue #87D8B0
Tints of Vista Blue #87D8B0
RGB
CMYK
RGB Variations
Color information
#87D8B0 (or 0x87D8B0) is known color: Vista Blue. HEX triplet: 87, D8 and B0. RGB value is (135,216,176). Sum of RGB (Red+Green+Blue) = 135+216+176=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #87D8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D8B0 is #78274F. Grayscale: #BBBBBB. Windows color (decimal): -7874384 or 11589767. OLE color: 11589767.
HSL color Cylindrical-coordinate representation of color #87D8B0: hue angle of 150.37º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87D8B0 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 216 | 176 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.15 |
| HSL | 150.37º | 0.51% | 0.69% | - |
| HSV(B) | 150.37º | 0.38% | 0.85% | - |
| XYZ | 42.38 | 57.4 | 49.92 | - |
| YUV | 187.22 | 121.66 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 216 | 176 | 0.38 | 0 | 0.19 | 0.15 | 150.37 | 0.51 | 0.69 |
| Hex | 87 | D8 | B0 | 26 | 0 | 13 | F | 96 | 33 | 45 |
| Octal | 207 | 330 | 260 | 46 | 0 | 23 | 17 | 226 | 63 | 105 |
| Binary | 10000111 | 11011000 | 10110000 | 100110 | 0 | 10011 | 1111 | 10010110 | 110011 | 1000101 |
Color Harmonies of #87D8B0
Complementary color
Monochromatic Colors of #87D8B0
Black with #87D8B0
Text Example
Text Example
White with #87D8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D8B0; }
p { color: rgb(135,216,176); }
H1.HeaderClassName
{
color: #87D8B0;
}
.AnyTagClassName
{
color: #87D8B0;
}
</style>
background-color css
<style>
a { background-color: #87D8B0; }
a { background-color: rgb(135,216,176); }
div.DivClassName
{
background-color: #87D8B0;
}
.BgClassName
{
background-color: #87D8B0;
}
</style>
border-color css
<style>
span { border-color: #87D8B0; }
span { border-color: rgb(135,216,176); }
td.TdClassName
{
border-color: #87D8B0;
}
.TagClassName
{
border-color: #87D8B0;
}
</style>