Shades of Vista Blue #87DBAA
Tints of Vista Blue #87DBAA
RGB
CMYK
RGB Variations
Color information
#87DBAA (or 0x87DBAA) is known color: Vista Blue. HEX triplet: 87, DB and AA. RGB value is (135,219,170). Sum of RGB (Red+Green+Blue) = 135+219+170=524 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.76% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #87DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DBAA is #782455. Grayscale: #BCBCBC. Windows color (decimal): -7873622 or 11197319. OLE color: 11197319.
HSL color Cylindrical-coordinate representation of color #87DBAA: hue angle of 145º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87DBAA is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 219 | 170 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.14 |
| HSL | 145º | 0.54% | 0.69% | - |
| HSV(B) | 145º | 0.38% | 0.86% | - |
| XYZ | 42.58 | 58.72 | 47.12 | - |
| YUV | 188.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 219 | 170 | 0.38 | 0 | 0.22 | 0.14 | 145 | 0.54 | 0.69 |
| Hex | 87 | DB | AA | 26 | 0 | 16 | E | 91 | 36 | 45 |
| Octal | 207 | 333 | 252 | 46 | 0 | 26 | 16 | 221 | 66 | 105 |
| Binary | 10000111 | 11011011 | 10101010 | 100110 | 0 | 10110 | 1110 | 10010001 | 110110 | 1000101 |
Color Harmonies of #87DBAA
Complementary color
Monochromatic Colors of #87DBAA
Black with #87DBAA
Text Example
Text Example
White with #87DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DBAA; }
p { color: rgb(135,219,170); }
H1.HeaderClassName
{
color: #87DBAA;
}
.AnyTagClassName
{
color: #87DBAA;
}
</style>
background-color css
<style>
a { background-color: #87DBAA; }
a { background-color: rgb(135,219,170); }
div.DivClassName
{
background-color: #87DBAA;
}
.BgClassName
{
background-color: #87DBAA;
}
</style>
border-color css
<style>
span { border-color: #87DBAA; }
span { border-color: rgb(135,219,170); }
td.TdClassName
{
border-color: #87DBAA;
}
.TagClassName
{
border-color: #87DBAA;
}
</style>