Shades of Vista Blue #87DCB1
Tints of Vista Blue #87DCB1
RGB
CMYK
RGB Variations
Color information
#87DCB1 (or 0x87DCB1) is known color: Vista Blue. HEX triplet: 87, DC and B1. RGB value is (135,220,177). Sum of RGB (Red+Green+Blue) = 135+220+177=532 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.38% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DCB1 is #78234E. Grayscale: #BDBDBD. Windows color (decimal): -7873359 or 11656327. OLE color: 11656327.
HSL color Cylindrical-coordinate representation of color #87DCB1: hue angle of 149.65º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DCB1 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 220 | 177 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.14 |
| HSL | 149.65º | 0.55% | 0.7% | - |
| HSV(B) | 149.65º | 0.39% | 0.86% | - |
| XYZ | 43.52 | 59.51 | 50.79 | - |
| YUV | 189.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 177 | 0.39 | 0 | 0.20 | 0.14 | 149.65 | 0.55 | 0.7 |
| Hex | 87 | DC | B1 | 27 | 0 | 14 | E | 96 | 37 | 46 |
| Octal | 207 | 334 | 261 | 47 | 0 | 24 | 16 | 226 | 67 | 106 |
| Binary | 10000111 | 11011100 | 10110001 | 100111 | 0 | 10100 | 1110 | 10010110 | 110111 | 1000110 |
Color Harmonies of #87DCB1
Complementary color
Monochromatic Colors of #87DCB1
Black with #87DCB1
Text Example
Text Example
White with #87DCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DCB1; }
p { color: rgb(135,220,177); }
H1.HeaderClassName
{
color: #87DCB1;
}
.AnyTagClassName
{
color: #87DCB1;
}
</style>
background-color css
<style>
a { background-color: #87DCB1; }
a { background-color: rgb(135,220,177); }
div.DivClassName
{
background-color: #87DCB1;
}
.BgClassName
{
background-color: #87DCB1;
}
</style>
border-color css
<style>
span { border-color: #87DCB1; }
span { border-color: rgb(135,220,177); }
td.TdClassName
{
border-color: #87DCB1;
}
.TagClassName
{
border-color: #87DCB1;
}
</style>