#8EA9AB

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

Shades of Ziggurat #8EA9AB

Tints of Ziggurat #8EA9AB

Color information

#8EA9AB (or 0x8EA9AB) is unknown color: approx Ziggurat. HEX triplet: 8E, A9 and AB. RGB value is (142,169,171). Sum of RGB (Red+Green+Blue) = 142+169+171=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #8EA9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA9AB is #715654. Grayscale: #A1A1A1. Windows color (decimal): -7427669 or 11250062. OLE color: 11250062.

HSL color Cylindrical-coordinate representation of color #8EA9AB: hue angle of 184.14º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EA9AB is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142169171-
CMYK0.170.0100.33
HSL184.14º14.72%61.37%-
HSV(B)184.14º16.96%67.06%-
XYZ32.6937.0743.96-
YUV161.16133.55114.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=29.46%
G=35.06%
B=35.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421691710.170.0100.33184.1414.7261.37
Hex8EA9AB111021b8f3d
Octal2162512532110412701775
Binary1000111010101001101010111000110100001101110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA9AB; }

 p { color: rgb(142,169,171); }

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

<style>
 a { background-color: #8EA9AB; }

 a { background-color: rgb(142,169,171); }

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

<style>
 span { border-color: #8EA9AB; }

 span { border-color: rgb(142,169,171); }

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