Shades of Vista Blue #87DBA4
Tints of Vista Blue #87DBA4
RGB
CMYK
RGB Variations
Color information
#87DBA4 (or 0x87DBA4) is known color: Vista Blue. HEX triplet: 87, DB and A4. RGB value is (135,219,164). Sum of RGB (Red+Green+Blue) = 135+219+164=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #87DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DBA4 is #78245B. Grayscale: #BBBBBB. Windows color (decimal): -7873628 or 10804103. OLE color: 10804103.
HSL color Cylindrical-coordinate representation of color #87DBA4: hue angle of 140.71º 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 #87DBA4 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 219 | 164 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.14 |
| HSL | 140.71º | 0.54% | 0.69% | - |
| HSV(B) | 140.71º | 0.38% | 0.86% | - |
| XYZ | 42.02 | 58.49 | 44.2 | - |
| YUV | 187.61 | 114.67 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 219 | 164 | 0.38 | 0 | 0.25 | 0.14 | 140.71 | 0.54 | 0.69 |
| Hex | 87 | DB | A4 | 26 | 0 | 19 | E | 8D | 36 | 45 |
| Octal | 207 | 333 | 244 | 46 | 0 | 31 | 16 | 215 | 66 | 105 |
| Binary | 10000111 | 11011011 | 10100100 | 100110 | 0 | 11001 | 1110 | 10001101 | 110110 | 1000101 |
Color Harmonies of #87DBA4
Complementary color
Monochromatic Colors of #87DBA4
Black with #87DBA4
Text Example
Text Example
White with #87DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DBA4; }
p { color: rgb(135,219,164); }
H1.HeaderClassName
{
color: #87DBA4;
}
.AnyTagClassName
{
color: #87DBA4;
}
</style>
background-color css
<style>
a { background-color: #87DBA4; }
a { background-color: rgb(135,219,164); }
div.DivClassName
{
background-color: #87DBA4;
}
.BgClassName
{
background-color: #87DBA4;
}
</style>
border-color css
<style>
span { border-color: #87DBA4; }
span { border-color: rgb(135,219,164); }
td.TdClassName
{
border-color: #87DBA4;
}
.TagClassName
{
border-color: #87DBA4;
}
</style>