#87DCA8

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

Shades of Vista Blue #87DCA8

Tints of Vista Blue #87DCA8

Color information

#87DCA8 (or 0x87DCA8) is unknown color: approx Vista Blue. HEX triplet: 87, DC and A8. RGB value is (135,220,168). Sum of RGB (Red+Green+Blue) = 135+220+168=523 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.81% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DCA8 is #782357. Grayscale: #BCBCBC. Windows color (decimal): -7873368 or 11066503. OLE color: 11066503.

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

Color convert

RGB135220168-
CMYK0.3900.240.14
HSL143.29º54.84%69.61%-
HSV(B)143.29º38.64%86.27%-
XYZ42.6559.1646.22-
YUV188.66116.3489.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.81%
GREEN value IS 220 (86.33% from 255) = 42.07%
BLUE value IS 168 (66.02% from 255) = 32.12%
R=25.81%
G=42.07%
B=32.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352201680.3900.240.14143.2954.8469.61
Hex87DCA827018E8f3746
Octal207334250470301621767106
Binary1000011111011100101010001001110110001110100011111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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