#87D0A4

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

Shades of Vista Blue #87D0A4

Tints of Vista Blue #87D0A4

Color information

#87D0A4 (or 0x87D0A4) is unknown color: approx Vista Blue. HEX triplet: 87, D0 and A4. RGB value is (135,208,164). Sum of RGB (Red+Green+Blue) = 135+208+164=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D0A4 is #782F5B. Grayscale: #B5B5B5. Windows color (decimal): -7876444 or 10801287. OLE color: 10801287.

HSL color Cylindrical-coordinate representation of color #87D0A4: hue angle of 143.84º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87D0A4 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB135208164-
CMYK0.3500.210.18
HSL143.84º43.71%67.25%-
HSV(B)143.84º35.1%81.57%-
XYZ39.2552.9443.27-
YUV181.16118.3295.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.63%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=26.63%
G=41.03%
B=32.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1352081640.3500.210.18143.8443.7167.25
Hex87D0A42301512902c43
Octal207320244430252222054103
Binary10000111110100001010010010001101010110010100100001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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