Shades of Vista Blue #87DAA8
Tints of Vista Blue #87DAA8
RGB
CMYK
RGB Variations
Color information
#87DAA8 (or 0x87DAA8) is known color: Vista Blue. HEX triplet: 87, DA and A8. RGB value is (135,218,168). Sum of RGB (Red+Green+Blue) = 135+218+168=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #87DAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DAA8 is #782557. Grayscale: #BBBBBB. Windows color (decimal): -7873880 or 11065991. OLE color: 11065991.
HSL color Cylindrical-coordinate representation of color #87DAA8: hue angle of 143.86º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87DAA8 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 218 | 168 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.15 |
| HSL | 143.86º | 0.53% | 0.69% | - |
| HSV(B) | 143.86º | 0.38% | 0.85% | - |
| XYZ | 42.13 | 58.12 | 46.04 | - |
| YUV | 187.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 218 | 168 | 0.38 | 0 | 0.23 | 0.15 | 143.86 | 0.53 | 0.69 |
| Hex | 87 | DA | A8 | 26 | 0 | 17 | F | 90 | 35 | 45 |
| Octal | 207 | 332 | 250 | 46 | 0 | 27 | 17 | 220 | 65 | 105 |
| Binary | 10000111 | 11011010 | 10101000 | 100110 | 0 | 10111 | 1111 | 10010000 | 110101 | 1000101 |
Color Harmonies of #87DAA8
Complementary color
Monochromatic Colors of #87DAA8
Black with #87DAA8
Text Example
Text Example
White with #87DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DAA8; }
p { color: rgb(135,218,168); }
H1.HeaderClassName
{
color: #87DAA8;
}
.AnyTagClassName
{
color: #87DAA8;
}
</style>
background-color css
<style>
a { background-color: #87DAA8; }
a { background-color: rgb(135,218,168); }
div.DivClassName
{
background-color: #87DAA8;
}
.BgClassName
{
background-color: #87DAA8;
}
</style>
border-color css
<style>
span { border-color: #87DAA8; }
span { border-color: rgb(135,218,168); }
td.TdClassName
{
border-color: #87DAA8;
}
.TagClassName
{
border-color: #87DAA8;
}
</style>