#87DCAA

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

Shades of Vista Blue #87DCAA

Tints of Vista Blue #87DCAA

Color information

#87DCAA (or 0x87DCAA) is unknown color: approx Vista Blue. HEX triplet: 87, DC and AA. RGB value is (135,220,170). Sum of RGB (Red+Green+Blue) = 135+220+170=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DCAA is #782355. Grayscale: #BCBCBC. Windows color (decimal): -7873366 or 11197575. OLE color: 11197575.

HSL color Cylindrical-coordinate representation of color #87DCAA: hue angle of 144.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DCAA is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB135220170-
CMYK0.3900.230.14
HSL144.71º54.84%69.61%-
HSV(B)144.71º38.64%86.27%-
XYZ42.8459.2447.21-
YUV188.88117.3489.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.71%
GREEN value IS 220 (86.33% from 255) = 41.90%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=25.71%
G=41.90%
B=32.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352201700.3900.230.14144.7154.8469.61
Hex87DCAA27017E913746
Octal207334252470271622167106
Binary1000011111011100101010101001110101111110100100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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