#8EAFAE

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

Shades of Ziggurat #8EAFAE

Tints of Ziggurat #8EAFAE

Color information

#8EAFAE (or 0x8EAFAE) is unknown color: approx Ziggurat. HEX triplet: 8E, AF and AE. RGB value is (142,175,174). Sum of RGB (Red+Green+Blue) = 142+175+174=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAFAE is #715051. Grayscale: #A4A4A4. Windows color (decimal): -7426130 or 11448206. OLE color: 11448206.

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

Color convert

RGB142175174-
CMYK0.1900.010.31
HSL178.18º17.1%62.16%-
HSV(B)178.18º18.86%68.63%-
XYZ34.1339.4745.86-
YUV165.02133.07111.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=28.92%
G=35.64%
B=35.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421751740.1900.010.31178.1817.162.16
Hex8EAFAE13011Fb2113e
Octal2162572562301372622176
Binary1000111010101111101011101001101111111011001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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