Shades of Vista Blue #87DBA5
Tints of Vista Blue #87DBA5
RGB
CMYK
RGB Variations
Color information
#87DBA5 (or 0x87DBA5) is known color: Vista Blue. HEX triplet: 87, DB and A5. RGB value is (135,219,165). Sum of RGB (Red+Green+Blue) = 135+219+165=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #87DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DBA5 is #78245A. Grayscale: #BBBBBB. Windows color (decimal): -7873627 or 10869639. OLE color: 10869639.
HSL color Cylindrical-coordinate representation of color #87DBA5: hue angle of 141.43º 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 #87DBA5 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 219 | 165 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.14 |
| HSL | 141.43º | 0.54% | 0.69% | - |
| HSV(B) | 141.43º | 0.38% | 0.86% | - |
| XYZ | 42.11 | 58.53 | 44.68 | - |
| YUV | 187.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 219 | 165 | 0.38 | 0 | 0.25 | 0.14 | 141.43 | 0.54 | 0.69 |
| Hex | 87 | DB | A5 | 26 | 0 | 19 | E | 8D | 36 | 45 |
| Octal | 207 | 333 | 245 | 46 | 0 | 31 | 16 | 215 | 66 | 105 |
| Binary | 10000111 | 11011011 | 10100101 | 100110 | 0 | 11001 | 1110 | 10001101 | 110110 | 1000101 |
Color Harmonies of #87DBA5
Complementary color
Monochromatic Colors of #87DBA5
Black with #87DBA5
Text Example
Text Example
White with #87DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DBA5; }
p { color: rgb(135,219,165); }
H1.HeaderClassName
{
color: #87DBA5;
}
.AnyTagClassName
{
color: #87DBA5;
}
</style>
background-color css
<style>
a { background-color: #87DBA5; }
a { background-color: rgb(135,219,165); }
div.DivClassName
{
background-color: #87DBA5;
}
.BgClassName
{
background-color: #87DBA5;
}
</style>
border-color css
<style>
span { border-color: #87DBA5; }
span { border-color: rgb(135,219,165); }
td.TdClassName
{
border-color: #87DBA5;
}
.TagClassName
{
border-color: #87DBA5;
}
</style>