Shades of Vista Blue #87CDA3
Tints of Vista Blue #87CDA3
RGB
CMYK
RGB Variations
Color information
#87CDA3 (or 0x87CDA3) is known color: Vista Blue. HEX triplet: 87, CD and A3. RGB value is (135,205,163). Sum of RGB (Red+Green+Blue) = 135+205+163=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #87CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CDA3 is #78325C. Grayscale: #B3B3B3. Windows color (decimal): -7877213 or 10734983. OLE color: 10734983.
HSL color Cylindrical-coordinate representation of color #87CDA3: hue angle of 144º 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 #87CDA3 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 205 | 163 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.20 |
| HSL | 144º | 0.41% | 0.67% | - |
| HSV(B) | 144º | 0.34% | 0.8% | - |
| XYZ | 38.43 | 51.46 | 42.56 | - |
| YUV | 179.28 | 118.81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 205 | 163 | 0.34 | 0 | 0.20 | 0.20 | 144 | 0.41 | 0.67 |
| Hex | 87 | CD | A3 | 22 | 0 | 14 | 14 | 90 | 29 | 43 |
| Octal | 207 | 315 | 243 | 42 | 0 | 24 | 24 | 220 | 51 | 103 |
| Binary | 10000111 | 11001101 | 10100011 | 100010 | 0 | 10100 | 10100 | 10010000 | 101001 | 1000011 |
Color Harmonies of #87CDA3
Complementary color
Monochromatic Colors of #87CDA3
Black with #87CDA3
Text Example
Text Example
White with #87CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CDA3; }
p { color: rgb(135,205,163); }
H1.HeaderClassName
{
color: #87CDA3;
}
.AnyTagClassName
{
color: #87CDA3;
}
</style>
background-color css
<style>
a { background-color: #87CDA3; }
a { background-color: rgb(135,205,163); }
div.DivClassName
{
background-color: #87CDA3;
}
.BgClassName
{
background-color: #87CDA3;
}
</style>
border-color css
<style>
span { border-color: #87CDA3; }
span { border-color: rgb(135,205,163); }
td.TdClassName
{
border-color: #87CDA3;
}
.TagClassName
{
border-color: #87CDA3;
}
</style>