#87D1AA

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

Shades of Vista Blue #87D1AA

Tints of Vista Blue #87D1AA

Color information

#87D1AA (or 0x87D1AA) is unknown color: approx Vista Blue. HEX triplet: 87, D1 and AA. RGB value is (135,209,170). Sum of RGB (Red+Green+Blue) = 135+209+170=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #87D1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D1AA is #782E55. Grayscale: #B6B6B6. Windows color (decimal): -7876182 or 11194759. OLE color: 11194759.

HSL color Cylindrical-coordinate representation of color #87D1AA: hue angle of 148.38º degrees, saturation: 0.45, 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 #87D1AA is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB135209170-
CMYK0.3500.190.18
HSL148.38º44.58%67.45%-
HSV(B)148.38º35.41%81.96%-
XYZ40.0553.6546.28-
YUV182.43120.9894.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.26%
GREEN value IS 209 (82.03% from 255) = 40.66%
BLUE value IS 170 (66.80% from 255) = 33.07%
R=26.26%
G=40.66%
B=33.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1352091700.3500.190.18148.3844.5867.45
Hex87D1AA2301312942d43
Octal207321252430232222455103
Binary10000111110100011010101010001101001110010100101001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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