#87D8AA

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

Shades of Vista Blue #87D8AA

Tints of Vista Blue #87D8AA

Color information

#87D8AA (or 0x87D8AA) is unknown color: approx Vista Blue. HEX triplet: 87, D8 and AA. RGB value is (135,216,170). Sum of RGB (Red+Green+Blue) = 135+216+170=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #87D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D8AA is #782755. Grayscale: #BABABA. Windows color (decimal): -7874390 or 11196551. OLE color: 11196551.

HSL color Cylindrical-coordinate representation of color #87D8AA: hue angle of 145.93º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87D8AA is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB135216170-
CMYK0.3800.210.15
HSL145.93º50.94%68.82%-
HSV(B)145.93º37.5%84.71%-
XYZ41.857.1646.86-
YUV186.54118.6691.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.91%
GREEN value IS 216 (84.77% from 255) = 41.46%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=25.91%
G=41.46%
B=32.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1352161700.3800.210.15145.9350.9468.82
Hex87D8AA26015F923345
Octal207330252460251722263105
Binary1000011111011000101010101001100101011111100100101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,216,170); }

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

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

 a { background-color: rgb(135,216,170); }

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

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

 span { border-color: rgb(135,216,170); }

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