Shades of Vista Blue #87D0A2
Tints of Vista Blue #87D0A2
RGB
CMYK
RGB Variations
Color information
#87D0A2 (or 0x87D0A2) is known color: Vista Blue. HEX triplet: 87, D0 and A2. RGB value is (135,208,162). Sum of RGB (Red+Green+Blue) = 135+208+162=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D0A2 is #782F5D. Grayscale: #B5B5B5. Windows color (decimal): -7876446 or 10670215. OLE color: 10670215.
HSL color Cylindrical-coordinate representation of color #87D0A2: hue angle of 142.19º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87D0A2 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 208 | 162 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.18 |
| HSL | 142.19º | 0.44% | 0.67% | - |
| HSV(B) | 142.19º | 0.35% | 0.82% | - |
| XYZ | 39.07 | 52.87 | 42.33 | - |
| YUV | 180.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 208 | 162 | 0.35 | 0 | 0.22 | 0.18 | 142.19 | 0.44 | 0.67 |
| Hex | 87 | D0 | A2 | 23 | 0 | 16 | 12 | 8E | 2C | 43 |
| Octal | 207 | 320 | 242 | 43 | 0 | 26 | 22 | 216 | 54 | 103 |
| Binary | 10000111 | 11010000 | 10100010 | 100011 | 0 | 10110 | 10010 | 10001110 | 101100 | 1000011 |
Color Harmonies of #87D0A2
Complementary color
Monochromatic Colors of #87D0A2
Black with #87D0A2
Text Example
Text Example
White with #87D0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D0A2; }
p { color: rgb(135,208,162); }
H1.HeaderClassName
{
color: #87D0A2;
}
.AnyTagClassName
{
color: #87D0A2;
}
</style>
background-color css
<style>
a { background-color: #87D0A2; }
a { background-color: rgb(135,208,162); }
div.DivClassName
{
background-color: #87D0A2;
}
.BgClassName
{
background-color: #87D0A2;
}
</style>
border-color css
<style>
span { border-color: #87D0A2; }
span { border-color: rgb(135,208,162); }
td.TdClassName
{
border-color: #87D0A2;
}
.TagClassName
{
border-color: #87D0A2;
}
</style>