#87D0AC

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

Shades of Vista Blue #87D0AC

Tints of Vista Blue #87D0AC

Color information

#87D0AC (or 0x87D0AC) is unknown color: approx Vista Blue. HEX triplet: 87, D0 and AC. RGB value is (135,208,172). Sum of RGB (Red+Green+Blue) = 135+208+172=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D0AC is #782F53. Grayscale: #B6B6B6. Windows color (decimal): -7876436 or 11325575. OLE color: 11325575.

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

Color convert

RGB135208172-
CMYK0.3500.170.18
HSL150.41º43.71%67.25%-
HSV(B)150.41º35.1%81.57%-
XYZ39.9953.2447.2-
YUV182.07122.3294.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.21%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=26.21%
G=40.39%
B=33.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1352081720.3500.170.18150.4143.7167.25
Hex87D0AC2301112962c43
Octal207320254430212222654103
Binary10000111110100001010110010001101000110010100101101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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