#87ADAE

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

Shades of Ziggurat #87ADAE

Tints of Ziggurat #87ADAE

Color information

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

HSL color Cylindrical-coordinate representation of color #87ADAE: hue angle of 181.54º 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 #87ADAE is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135173174-
CMYK0.220.0100.32
HSL181.54º19.4%60.59%-
HSV(B)181.54º22.41%68.24%-
XYZ32.5838.0945.68-
YUV161.75134.91108.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351731740.220.0100.32181.5419.460.59
Hex87ADAE161020b6133d
Octal2072552562610402662375
Binary10000111101011011010111010110101000001011011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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