#81AAAD

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

Shades of Ziggurat #81AAAD

Tints of Ziggurat #81AAAD

Color information

#81AAAD (or 0x81AAAD) is unknown color: approx Ziggurat. HEX triplet: 81, AA and AD. RGB value is (129,170,173). Sum of RGB (Red+Green+Blue) = 129+170+173=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #81AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AAAD is #7E5552. Grayscale: #9E9E9E. Windows color (decimal): -8279379 or 11381377. OLE color: 11381377.

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

Color convert

RGB129170173-
CMYK0.250.0200.32
HSL184.09º21.15%59.22%-
HSV(B)184.09º25.43%67.84%-
XYZ30.9736.4344.94-
YUV158.08136.42107.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=27.33%
G=36.02%
B=36.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291701730.250.0200.32184.0921.1559.22
Hex81AAAD192020b8153b
Octal2012522553120402702573
Binary100000011010101010101101110011001000001011100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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