#87DCB2

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

Shades of Vista Blue #87DCB2

Tints of Vista Blue #87DCB2

Color information

#87DCB2 (or 0x87DCB2) is unknown color: approx Vista Blue. HEX triplet: 87, DC and B2. RGB value is (135,220,178). Sum of RGB (Red+Green+Blue) = 135+220+178=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DCB2 is #78234D. Grayscale: #BDBDBD. Windows color (decimal): -7873358 or 11721863. OLE color: 11721863.

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

Color convert

RGB135220178-
CMYK0.3900.190.14
HSL150.35º54.84%69.61%-
HSV(B)150.35º38.64%86.27%-
XYZ43.6259.5551.32-
YUV189.8121.3488.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.33%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 178 (69.92% from 255) = 33.40%
R=25.33%
G=41.28%
B=33.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352201780.3900.190.14150.3554.8469.61
Hex87DCB227013E963746
Octal207334262470231622667106
Binary1000011111011100101100101001110100111110100101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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