#8EAAAC

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

Shades of Ziggurat #8EAAAC

Tints of Ziggurat #8EAAAC

Color information

#8EAAAC (or 0x8EAAAC) is unknown color: approx Ziggurat. HEX triplet: 8E, AA and AC. RGB value is (142,170,172). Sum of RGB (Red+Green+Blue) = 142+170+172=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #8EAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAAAC is #715553. Grayscale: #A1A1A1. Windows color (decimal): -7427412 or 11315854. OLE color: 11315854.

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

Color convert

RGB142170172-
CMYK0.170.0100.33
HSL184º15.31%61.57%-
HSV(B)184º17.44%67.45%-
XYZ32.9837.4844.53-
YUV161.86133.72113.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.34%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=29.34%
G=35.12%
B=35.54%

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
Decimal1421701720.170.0100.3318415.3161.57
Hex8EAAAC111021b8f3e
Octal2162522542110412701776
Binary1000111010101010101011001000110100001101110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,172); }

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

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

 a { background-color: rgb(142,170,172); }

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

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

 span { border-color: rgb(142,170,172); }

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