#87CAAA

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

Shades of Vista Blue #87CAAA

Tints of Vista Blue #87CAAA

Color information

#87CAAA (or 0x87CAAA) is unknown color: approx Vista Blue. HEX triplet: 87, CA and AA. RGB value is (135,202,170). Sum of RGB (Red+Green+Blue) = 135+202+170=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #87CAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CAAA is #783555. Grayscale: #B2B2B2. Windows color (decimal): -7877974 or 11192967. OLE color: 11192967.

HSL color Cylindrical-coordinate representation of color #87CAAA: hue angle of 151.34º 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 #87CAAA is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB135202170-
CMYK0.3300.160.21
HSL151.34º38.73%66.08%-
HSV(B)151.34º33.17%79.22%-
XYZ38.3750.2945.72-
YUV178.32123.397.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.63%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=26.63%
G=39.84%
B=33.53%

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
Decimal1352021700.3300.160.21151.3438.7366.08
Hex87CAAA2101015972742
Octal207312252410202522747102
Binary10000111110010101010101010000101000010101100101111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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