Shades of Vista Blue #87DDAD
Tints of Vista Blue #87DDAD
RGB
CMYK
RGB Variations
Color information
#87DDAD (or 0x87DDAD) is known color: Vista Blue. HEX triplet: 87, DD and AD. RGB value is (135,221,173). Sum of RGB (Red+Green+Blue) = 135+221+173=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #87DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DDAD is #782252. Grayscale: #BDBDBD. Windows color (decimal): -7873107 or 11394439. OLE color: 11394439.
HSL color Cylindrical-coordinate representation of color #87DDAD: hue angle of 146.51º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DDAD is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 221 | 173 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.13 |
| HSL | 146.51º | 0.56% | 0.7% | - |
| HSV(B) | 146.51º | 0.39% | 0.87% | - |
| XYZ | 43.39 | 59.88 | 48.81 | - |
| YUV | 189.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 221 | 173 | 0.39 | 0 | 0.22 | 0.13 | 146.51 | 0.56 | 0.7 |
| Hex | 87 | DD | AD | 27 | 0 | 16 | D | 93 | 38 | 46 |
| Octal | 207 | 335 | 255 | 47 | 0 | 26 | 15 | 223 | 70 | 106 |
| Binary | 10000111 | 11011101 | 10101101 | 100111 | 0 | 10110 | 1101 | 10010011 | 111000 | 1000110 |
Color Harmonies of #87DDAD
Complementary color
Monochromatic Colors of #87DDAD
Black with #87DDAD
Text Example
Text Example
White with #87DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DDAD; }
p { color: rgb(135,221,173); }
H1.HeaderClassName
{
color: #87DDAD;
}
.AnyTagClassName
{
color: #87DDAD;
}
</style>
background-color css
<style>
a { background-color: #87DDAD; }
a { background-color: rgb(135,221,173); }
div.DivClassName
{
background-color: #87DDAD;
}
.BgClassName
{
background-color: #87DDAD;
}
</style>
border-color css
<style>
span { border-color: #87DDAD; }
span { border-color: rgb(135,221,173); }
td.TdClassName
{
border-color: #87DDAD;
}
.TagClassName
{
border-color: #87DDAD;
}
</style>