#87AEAD

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

Shades of Ziggurat #87AEAD

Tints of Ziggurat #87AEAD

Color information

#87AEAD (or 0x87AEAD) is unknown color: approx Ziggurat. HEX triplet: 87, AE and AD. RGB value is (135,174,173). Sum of RGB (Red+Green+Blue) = 135+174+173=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 174 - color contains mainly: green. Hex color #87AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AEAD is #785152. Grayscale: #A2A2A2. Windows color (decimal): -7885139 or 11382407. OLE color: 11382407.

HSL color Cylindrical-coordinate representation of color #87AEAD: hue angle of 178.46º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87AEAD is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB135174173-
CMYK0.2200.010.32
HSL178.46º19.4%60.59%-
HSV(B)178.46º22.41%68.24%-
XYZ32.6738.4445.23-
YUV162.22134.08108.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.01%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=28.01%
G=36.10%
B=35.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351741730.2200.010.32178.4619.460.59
Hex87AEAD160120b2133d
Octal2072562552601402622375
Binary10000111101011101010110110110011000001011001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,174,173); }

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

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

 a { background-color: rgb(135,174,173); }

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

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

 span { border-color: rgb(135,174,173); }

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