#80AAAD

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

Shades of Ziggurat #80AAAD

Tints of Ziggurat #80AAAD

Color information

#80AAAD (or 0x80AAAD) is unknown color: approx Ziggurat. HEX triplet: 80, AA and AD. RGB value is (128,170,173). Sum of RGB (Red+Green+Blue) = 128+170+173=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #80AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AAAD is #7F5552. Grayscale: #9D9D9D. Windows color (decimal): -8344915 or 11381376. OLE color: 11381376.

HSL color Cylindrical-coordinate representation of color #80AAAD: hue angle of 184º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AAAD is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128170173-
CMYK0.260.0200.32
HSL184º21.53%59.02%-
HSV(B)184º26.01%67.84%-
XYZ30.8236.3644.93-
YUV157.78136.59106.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=27.18%
G=36.09%
B=36.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281701730.260.0200.3218421.5359.02
Hex80AAAD1A2020b8163b
Octal2002522553220402702673
Binary100000001010101010101101110101001000001011100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80AAAD; }

 p { color: rgb(128,170,173); }

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

<style>
 a { background-color: #80AAAD; }

 a { background-color: rgb(128,170,173); }

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

<style>
 span { border-color: #80AAAD; }

 span { border-color: rgb(128,170,173); }

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