#8AAEB0

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

Shades of Ziggurat #8AAEB0

Tints of Ziggurat #8AAEB0

Color information

#8AAEB0 (or 0x8AAEB0) is unknown color: approx Ziggurat. HEX triplet: 8A, AE and B0. RGB value is (138,174,176). Sum of RGB (Red+Green+Blue) = 138+174+176=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 176 - color contains mainly: blue. Hex color #8AAEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAEB0 is #75514F. Grayscale: #A3A3A3. Windows color (decimal): -7688528 or 11579018. OLE color: 11579018.

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

Color convert

RGB138174176-
CMYK0.220.0100.31
HSL183.16º19.39%61.57%-
HSV(B)183.16º21.59%69.02%-
XYZ33.4538.8146.8-
YUV163.46135.07109.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 176 (69.14% from 255) = 36.07%
R=28.28%
G=35.66%
B=36.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381741760.220.0100.31183.1619.3961.57
Hex8AAEB016101Fb7133e
Octal2122562602610372672376
Binary1000101010101110101100001011010111111011011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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