#87DCB4

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

Shades of Vista Blue #87DCB4

Tints of Vista Blue #87DCB4

Color information

#87DCB4 (or 0x87DCB4) is unknown color: approx Vista Blue. HEX triplet: 87, DC and B4. RGB value is (135,220,180). Sum of RGB (Red+Green+Blue) = 135+220+180=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCB4 is #78234B. Grayscale: #BEBEBE. Windows color (decimal): -7873356 or 11852935. OLE color: 11852935.

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

Color convert

RGB135220180-
CMYK0.3900.180.14
HSL151.76º54.84%69.61%-
HSV(B)151.76º38.64%86.27%-
XYZ43.8259.6352.38-
YUV190.02122.3488.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.23%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=25.23%
G=41.12%
B=33.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352201800.3900.180.14151.7654.8469.61
Hex87DCB427012E983746
Octal207334264470221623067106
Binary1000011111011100101101001001110100101110100110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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