#87D2AA

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

Shades of Vista Blue #87D2AA

Tints of Vista Blue #87D2AA

Color information

#87D2AA (or 0x87D2AA) is unknown color: approx Vista Blue. HEX triplet: 87, D2 and AA. RGB value is (135,210,170). Sum of RGB (Red+Green+Blue) = 135+210+170=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #87D2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D2AA is #782D55. Grayscale: #B7B7B7. Windows color (decimal): -7875926 or 11195015. OLE color: 11195015.

HSL color Cylindrical-coordinate representation of color #87D2AA: hue angle of 148º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87D2AA is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB135210170-
CMYK0.3600.190.18
HSL148º45.45%67.65%-
HSV(B)148º35.71%82.35%-
XYZ40.2954.1546.36-
YUV183.02120.6593.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.21%
GREEN value IS 210 (82.42% from 255) = 40.78%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=26.21%
G=40.78%
B=33.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1352101700.3600.190.1814845.4567.65
Hex87D2AA2401312942d44
Octal207322252440232222455104
Binary10000111110100101010101010010001001110010100101001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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