#87CCAA

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

Shades of Vista Blue #87CCAA

Tints of Vista Blue #87CCAA

Color information

#87CCAA (or 0x87CCAA) is unknown color: approx Vista Blue. HEX triplet: 87, CC and AA. RGB value is (135,204,170). Sum of RGB (Red+Green+Blue) = 135+204+170=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #87CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CCAA is #783355. Grayscale: #B3B3B3. Windows color (decimal): -7877462 or 11193479. OLE color: 11193479.

HSL color Cylindrical-coordinate representation of color #87CCAA: hue angle of 150.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CCAA is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB135204170-
CMYK0.3400.170.2
HSL150.43º40.35%66.47%-
HSV(B)150.43º33.82%80%-
XYZ38.8451.2445.87-
YUV179.49122.6496.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.52%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=26.52%
G=40.08%
B=33.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1352041700.3400.170.2150.4340.3566.47
Hex87CCAA2201114962842
Octal207314252420212422650102
Binary10000111110011001010101010001001000110100100101101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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