#8EADAE

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

Shades of Ziggurat #8EADAE

Tints of Ziggurat #8EADAE

Color information

#8EADAE (or 0x8EADAE) is unknown color: approx Ziggurat. HEX triplet: 8E, AD and AE. RGB value is (142,173,174). Sum of RGB (Red+Green+Blue) = 142+173+174=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #8EADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EADAE is #715251. Grayscale: #A3A3A3. Windows color (decimal): -7426642 or 11447694. OLE color: 11447694.

HSL color Cylindrical-coordinate representation of color #8EADAE: hue angle of 181.87º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EADAE is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB142173174-
CMYK0.180.0100.32
HSL181.87º16.49%61.96%-
HSV(B)181.87º18.39%68.24%-
XYZ33.7438.6945.73-
YUV163.84133.73112.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=29.04%
G=35.38%
B=35.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421731740.180.0100.32181.8716.4961.96
Hex8EADAE121020b6103e
Octal2162552562210402662076
Binary10001110101011011010111010010101000001011011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,173,174); }

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

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

 a { background-color: rgb(142,173,174); }

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

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

 span { border-color: rgb(142,173,174); }

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