#8AABAE

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

Shades of Ziggurat #8AABAE

Tints of Ziggurat #8AABAE

Color information

#8AABAE (or 0x8AABAE) is unknown color: approx Ziggurat. HEX triplet: 8A, AB and AE. RGB value is (138,171,174). Sum of RGB (Red+Green+Blue) = 138+171+174=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #8AABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AABAE is #755451. Grayscale: #A1A1A1. Windows color (decimal): -7689298 or 11447178. OLE color: 11447178.

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

Color convert

RGB138171174-
CMYK0.210.0200.32
HSL185º18.18%61.18%-
HSV(B)185º20.69%68.24%-
XYZ32.6837.5945.58-
YUV161.48135.07111.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.57%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=28.57%
G=35.40%
B=36.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381711740.210.0200.3218518.1861.18
Hex8AABAE152020b9123d
Octal2122532562520402712275
Binary100010101010101110101110101011001000001011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,171,174); }

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

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

 a { background-color: rgb(138,171,174); }

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

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

 span { border-color: rgb(138,171,174); }

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