#8EA7AB

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

Shades of Ziggurat #8EA7AB

Tints of Ziggurat #8EA7AB

Color information

#8EA7AB (or 0x8EA7AB) is unknown color: approx Ziggurat. HEX triplet: 8E, A7 and AB. RGB value is (142,167,171). Sum of RGB (Red+Green+Blue) = 142+167+171=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #8EA7AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA7AB is #715854. Grayscale: #9F9F9F. Windows color (decimal): -7428181 or 11249550. OLE color: 11249550.

HSL color Cylindrical-coordinate representation of color #8EA7AB: hue angle of 188.28º 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 #8EA7AB is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142167171-
CMYK0.170.0200.33
HSL188.28º14.72%61.37%-
HSV(B)188.28º16.96%67.06%-
XYZ32.3236.3343.84-
YUV159.98134.22115.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.58%
GREEN value IS 167 (65.62% from 255) = 34.79%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=29.58%
G=34.79%
B=35.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421671710.170.0200.33188.2814.7261.37
Hex8EA7AB112021bcf3d
Octal2162472532120412741775
Binary10001110101001111010101110001100100001101111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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