Shades of Vista Blue #87CDA5
Tints of Vista Blue #87CDA5
RGB
CMYK
RGB Variations
Color information
#87CDA5 (or 0x87CDA5) is known color: Vista Blue. HEX triplet: 87, CD and A5. RGB value is (135,205,165). Sum of RGB (Red+Green+Blue) = 135+205+165=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #87CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CDA5 is #78325A. Grayscale: #B3B3B3. Windows color (decimal): -7877211 or 10866055. OLE color: 10866055.
HSL color Cylindrical-coordinate representation of color #87CDA5: hue angle of 145.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CDA5 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 205 | 165 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.20 |
| HSL | 145.71º | 0.41% | 0.67% | - |
| HSV(B) | 145.71º | 0.34% | 0.8% | - |
| XYZ | 38.61 | 51.53 | 43.51 | - |
| YUV | 179.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 205 | 165 | 0.34 | 0 | 0.20 | 0.20 | 145.71 | 0.41 | 0.67 |
| Hex | 87 | CD | A5 | 22 | 0 | 14 | 14 | 92 | 29 | 43 |
| Octal | 207 | 315 | 245 | 42 | 0 | 24 | 24 | 222 | 51 | 103 |
| Binary | 10000111 | 11001101 | 10100101 | 100010 | 0 | 10100 | 10100 | 10010010 | 101001 | 1000011 |
Color Harmonies of #87CDA5
Complementary color
Monochromatic Colors of #87CDA5
Black with #87CDA5
Text Example
Text Example
White with #87CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CDA5; }
p { color: rgb(135,205,165); }
H1.HeaderClassName
{
color: #87CDA5;
}
.AnyTagClassName
{
color: #87CDA5;
}
</style>
background-color css
<style>
a { background-color: #87CDA5; }
a { background-color: rgb(135,205,165); }
div.DivClassName
{
background-color: #87CDA5;
}
.BgClassName
{
background-color: #87CDA5;
}
</style>
border-color css
<style>
span { border-color: #87CDA5; }
span { border-color: rgb(135,205,165); }
td.TdClassName
{
border-color: #87CDA5;
}
.TagClassName
{
border-color: #87CDA5;
}
</style>