#87DAA4

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

Shades of Vista Blue #87DAA4

Tints of Vista Blue #87DAA4

Color information

#87DAA4 (or 0x87DAA4) is unknown color: approx Vista Blue. HEX triplet: 87, DA and A4. RGB value is (135,218,164). Sum of RGB (Red+Green+Blue) = 135+218+164=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #87DAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DAA4 is #78255B. Grayscale: #BBBBBB. Windows color (decimal): -7873884 or 10803847. OLE color: 10803847.

HSL color Cylindrical-coordinate representation of color #87DAA4: hue angle of 140.96º degrees, saturation: 0.53, 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 #87DAA4 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB135218164-
CMYK0.3800.250.15
HSL140.96º52.87%69.22%-
HSV(B)140.96º38.07%85.49%-
XYZ41.7657.9744.11-
YUV187.0311590.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.11%
GREEN value IS 218 (85.55% from 255) = 42.17%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=26.11%
G=42.17%
B=31.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1352181640.3800.250.15140.9652.8769.22
Hex87DAA426019F8d3545
Octal207332244460311721565105
Binary1000011111011010101001001001100110011111100011011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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