Shades of Vista Blue #87D2B1
Tints of Vista Blue #87D2B1
RGB
CMYK
RGB Variations
Color information
#87D2B1 (or 0x87D2B1) is known color: Vista Blue. HEX triplet: 87, D2 and B1. RGB value is (135,210,177). Sum of RGB (Red+Green+Blue) = 135+210+177=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #87D2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D2B1 is #782D4E. Grayscale: #B7B7B7. Windows color (decimal): -7875919 or 11653767. OLE color: 11653767.
HSL color Cylindrical-coordinate representation of color #87D2B1: hue angle of 153.6º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87D2B1 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 210 | 177 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.18 |
| HSL | 153.6º | 0.45% | 0.68% | - |
| HSV(B) | 153.6º | 0.36% | 0.82% | - |
| XYZ | 40.97 | 54.42 | 49.94 | - |
| YUV | 183.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 210 | 177 | 0.36 | 0 | 0.16 | 0.18 | 153.6 | 0.45 | 0.68 |
| Hex | 87 | D2 | B1 | 24 | 0 | 10 | 12 | 9A | 2D | 44 |
| Octal | 207 | 322 | 261 | 44 | 0 | 20 | 22 | 232 | 55 | 104 |
| Binary | 10000111 | 11010010 | 10110001 | 100100 | 0 | 10000 | 10010 | 10011010 | 101101 | 1000100 |
Color Harmonies of #87D2B1
Complementary color
Monochromatic Colors of #87D2B1
Black with #87D2B1
Text Example
Text Example
White with #87D2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D2B1; }
p { color: rgb(135,210,177); }
H1.HeaderClassName
{
color: #87D2B1;
}
.AnyTagClassName
{
color: #87D2B1;
}
</style>
background-color css
<style>
a { background-color: #87D2B1; }
a { background-color: rgb(135,210,177); }
div.DivClassName
{
background-color: #87D2B1;
}
.BgClassName
{
background-color: #87D2B1;
}
</style>
border-color css
<style>
span { border-color: #87D2B1; }
span { border-color: rgb(135,210,177); }
td.TdClassName
{
border-color: #87D2B1;
}
.TagClassName
{
border-color: #87D2B1;
}
</style>