Shades of Vista Blue #87D2AF
Tints of Vista Blue #87D2AF
RGB
CMYK
RGB Variations
Color information
#87D2AF (or 0x87D2AF) is known color: Vista Blue. HEX triplet: 87, D2 and AF. RGB value is (135,210,175). Sum of RGB (Red+Green+Blue) = 135+210+175=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #87D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D2AF is #782D50. Grayscale: #B7B7B7. Windows color (decimal): -7875921 or 11522695. OLE color: 11522695.
HSL color Cylindrical-coordinate representation of color #87D2AF: hue angle of 152º 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 #87D2AF is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 210 | 175 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.18 |
| HSL | 152º | 0.45% | 0.68% | - |
| HSV(B) | 152º | 0.36% | 0.82% | - |
| XYZ | 40.78 | 54.34 | 48.9 | - |
| YUV | 183.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 210 | 175 | 0.36 | 0 | 0.17 | 0.18 | 152 | 0.45 | 0.68 |
| Hex | 87 | D2 | AF | 24 | 0 | 11 | 12 | 98 | 2D | 44 |
| Octal | 207 | 322 | 257 | 44 | 0 | 21 | 22 | 230 | 55 | 104 |
| Binary | 10000111 | 11010010 | 10101111 | 100100 | 0 | 10001 | 10010 | 10011000 | 101101 | 1000100 |
Color Harmonies of #87D2AF
Complementary color
Monochromatic Colors of #87D2AF
Black with #87D2AF
Text Example
Text Example
White with #87D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D2AF; }
p { color: rgb(135,210,175); }
H1.HeaderClassName
{
color: #87D2AF;
}
.AnyTagClassName
{
color: #87D2AF;
}
</style>
background-color css
<style>
a { background-color: #87D2AF; }
a { background-color: rgb(135,210,175); }
div.DivClassName
{
background-color: #87D2AF;
}
.BgClassName
{
background-color: #87D2AF;
}
</style>
border-color css
<style>
span { border-color: #87D2AF; }
span { border-color: rgb(135,210,175); }
td.TdClassName
{
border-color: #87D2AF;
}
.TagClassName
{
border-color: #87D2AF;
}
</style>