#87DCA4

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

Shades of Vista Blue #87DCA4

Tints of Vista Blue #87DCA4

Color information

#87DCA4 (or 0x87DCA4) is unknown color: approx Vista Blue. HEX triplet: 87, DC and A4. RGB value is (135,220,164). Sum of RGB (Red+Green+Blue) = 135+220+164=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DCA4 is #78235B. Grayscale: #BCBCBC. Windows color (decimal): -7873372 or 10804359. OLE color: 10804359.

HSL color Cylindrical-coordinate representation of color #87DCA4: hue angle of 140.47º 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 #87DCA4 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB135220164-
CMYK0.3900.250.14
HSL140.47º54.84%69.61%-
HSV(B)140.47º38.64%86.27%-
XYZ42.2959.0244.28-
YUV188.2114.3490.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.01%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 164 (64.45% from 255) = 31.60%
R=26.01%
G=42.39%
B=31.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352201640.3900.250.14140.4754.8469.61
Hex87DCA427019E8c3746
Octal207334244470311621467106
Binary1000011111011100101001001001110110011110100011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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