Shades of Vista Blue #87D3A2
Tints of Vista Blue #87D3A2
RGB
CMYK
RGB Variations
Color information
#87D3A2 (or 0x87D3A2) is known color: Vista Blue. HEX triplet: 87, D3 and A2. RGB value is (135,211,162). Sum of RGB (Red+Green+Blue) = 135+211+162=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #87D3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D3A2 is #782C5D. Grayscale: #B6B6B6. Windows color (decimal): -7875678 or 10670983. OLE color: 10670983.
HSL color Cylindrical-coordinate representation of color #87D3A2: hue angle of 141.32º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87D3A2 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 211 | 162 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.17 |
| HSL | 141.32º | 0.46% | 0.68% | - |
| HSV(B) | 141.32º | 0.36% | 0.83% | - |
| XYZ | 39.81 | 54.35 | 42.57 | - |
| YUV | 182.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 211 | 162 | 0.36 | 0 | 0.23 | 0.17 | 141.32 | 0.46 | 0.68 |
| Hex | 87 | D3 | A2 | 24 | 0 | 17 | 11 | 8D | 2E | 44 |
| Octal | 207 | 323 | 242 | 44 | 0 | 27 | 21 | 215 | 56 | 104 |
| Binary | 10000111 | 11010011 | 10100010 | 100100 | 0 | 10111 | 10001 | 10001101 | 101110 | 1000100 |
Color Harmonies of #87D3A2
Complementary color
Monochromatic Colors of #87D3A2
Black with #87D3A2
Text Example
Text Example
White with #87D3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D3A2; }
p { color: rgb(135,211,162); }
H1.HeaderClassName
{
color: #87D3A2;
}
.AnyTagClassName
{
color: #87D3A2;
}
</style>
background-color css
<style>
a { background-color: #87D3A2; }
a { background-color: rgb(135,211,162); }
div.DivClassName
{
background-color: #87D3A2;
}
.BgClassName
{
background-color: #87D3A2;
}
</style>
border-color css
<style>
span { border-color: #87D3A2; }
span { border-color: rgb(135,211,162); }
td.TdClassName
{
border-color: #87D3A2;
}
.TagClassName
{
border-color: #87D3A2;
}
</style>