Shades of Vista Blue #87CEA4
Tints of Vista Blue #87CEA4
RGB
CMYK
RGB Variations
Color information
#87CEA4 (or 0x87CEA4) is known color: Vista Blue. HEX triplet: 87, CE and A4. RGB value is (135,206,164). Sum of RGB (Red+Green+Blue) = 135+206+164=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #87CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CEA4 is #78315B. Grayscale: #B4B4B4. Windows color (decimal): -7876956 or 10800775. OLE color: 10800775.
HSL color Cylindrical-coordinate representation of color #87CEA4: hue angle of 144.51º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CEA4 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 206 | 164 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.19 |
| HSL | 144.51º | 0.42% | 0.67% | - |
| HSV(B) | 144.51º | 0.34% | 0.81% | - |
| XYZ | 38.76 | 51.97 | 43.11 | - |
| YUV | 179.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 206 | 164 | 0.34 | 0 | 0.20 | 0.19 | 144.51 | 0.42 | 0.67 |
| Hex | 87 | CE | A4 | 22 | 0 | 14 | 13 | 91 | 2A | 43 |
| Octal | 207 | 316 | 244 | 42 | 0 | 24 | 23 | 221 | 52 | 103 |
| Binary | 10000111 | 11001110 | 10100100 | 100010 | 0 | 10100 | 10011 | 10010001 | 101010 | 1000011 |
Color Harmonies of #87CEA4
Complementary color
Monochromatic Colors of #87CEA4
Black with #87CEA4
Text Example
Text Example
White with #87CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CEA4; }
p { color: rgb(135,206,164); }
H1.HeaderClassName
{
color: #87CEA4;
}
.AnyTagClassName
{
color: #87CEA4;
}
</style>
background-color css
<style>
a { background-color: #87CEA4; }
a { background-color: rgb(135,206,164); }
div.DivClassName
{
background-color: #87CEA4;
}
.BgClassName
{
background-color: #87CEA4;
}
</style>
border-color css
<style>
span { border-color: #87CEA4; }
span { border-color: rgb(135,206,164); }
td.TdClassName
{
border-color: #87CEA4;
}
.TagClassName
{
border-color: #87CEA4;
}
</style>