#87CAA9

Color #87CAA9 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #87CAA9

Tints of Vista Blue #87CAA9

Color information

#87CAA9 (or 0x87CAA9) is unknown color: approx Vista Blue. HEX triplet: 87, CA and A9. RGB value is (135,202,169). Sum of RGB (Red+Green+Blue) = 135+202+169=506 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.68% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #87CAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CAA9 is #783556. Grayscale: #B2B2B2. Windows color (decimal): -7877975 or 11127431. OLE color: 11127431.

HSL color Cylindrical-coordinate representation of color #87CAA9: hue angle of 150.45º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87CAA9 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB135202169-
CMYK0.3300.160.21
HSL150.45º38.73%66.08%-
HSV(B)150.45º33.17%79.22%-
XYZ38.2750.2645.22-
YUV178.2122.897.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 26.68%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=26.68%
G=39.92%
B=33.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1352021690.3300.160.21150.4538.7366.08
Hex87CAA92101015962742
Octal207312251410202522647102
Binary10000111110010101010100110000101000010101100101101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87CAA9; }

 p { color: rgb(135,202,169); }

 H1.HeaderClassName
 {
   color: #87CAA9;
 }
 .AnyTagClassName
 {
   color: #87CAA9;
 }
</style>
background-color css

<style>
 a { background-color: #87CAA9; }

 a { background-color: rgb(135,202,169); }

 div.DivClassName
 {
   background-color: #87CAA9;
 }
 .BgClassName
 {
   background-color: #87CAA9;
 }
</style>
border-color css

<style>
 span { border-color: #87CAA9; }

 span { border-color: rgb(135,202,169); }

 td.TdClassName
 {
   border-color: #87CAA9;
 }
 .TagClassName
 {
   border-color: #87CAA9;
 }
</style>