#87AEAF

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

Shades of Ziggurat #87AEAF

Tints of Ziggurat #87AEAF

Color information

#87AEAF (or 0x87AEAF) is unknown color: approx Ziggurat. HEX triplet: 87, AE and AF. RGB value is (135,174,175). Sum of RGB (Red+Green+Blue) = 135+174+175=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #87AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AEAF is #785150. Grayscale: #A2A2A2. Windows color (decimal): -7885137 or 11513479. OLE color: 11513479.

HSL color Cylindrical-coordinate representation of color #87AEAF: hue angle of 181.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87AEAF is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135174175-
CMYK0.230.0100.31
HSL181.5º20%60.78%-
HSV(B)181.5º22.86%68.63%-
XYZ32.8738.5246.26-
YUV162.45135.08108.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.89%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=27.89%
G=35.95%
B=36.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351741750.230.0100.31181.52060.78
Hex87AEAF17101Fb6143d
Octal2072562572710372662475
Binary1000011110101110101011111011110111111011011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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