#87ABAF

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

Shades of Ziggurat #87ABAF

Tints of Ziggurat #87ABAF

Color information

#87ABAF (or 0x87ABAF) is unknown color: approx Ziggurat. HEX triplet: 87, AB and AF. RGB value is (135,171,175). Sum of RGB (Red+Green+Blue) = 135+171+175=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #87ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ABAF is #785450. Grayscale: #A0A0A0. Windows color (decimal): -7885905 or 11512711. OLE color: 11512711.

HSL color Cylindrical-coordinate representation of color #87ABAF: hue angle of 186º 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 #87ABAF is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135171175-
CMYK0.230.0200.31
HSL186º20%60.78%-
HSV(B)186º22.86%68.63%-
XYZ32.2937.3746.07-
YUV160.69136.07109.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.07%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=28.07%
G=35.55%
B=36.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351711750.230.0200.311862060.78
Hex87ABAF17201Fba143d
Octal2072532572720372722475
Binary10000111101010111010111110111100111111011101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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