#88AAAD

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

Shades of Ziggurat #88AAAD

Tints of Ziggurat #88AAAD

Color information

#88AAAD (or 0x88AAAD) is unknown color: approx Ziggurat. HEX triplet: 88, AA and AD. RGB value is (136,170,173). Sum of RGB (Red+Green+Blue) = 136+170+173=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #88AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AAAD is #775552. Grayscale: #A0A0A0. Windows color (decimal): -7820627 or 11381384. OLE color: 11381384.

HSL color Cylindrical-coordinate representation of color #88AAAD: hue angle of 184.86º 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 #88AAAD is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136170173-
CMYK0.210.0200.32
HSL184.86º18.41%60.59%-
HSV(B)184.86º21.39%67.84%-
XYZ32.073744.99-
YUV160.18135.24110.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.39%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=28.39%
G=35.49%
B=36.12%

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
Decimal1361701730.210.0200.32184.8618.4160.59
Hex88AAAD152020b9123d
Octal2102522552520402712275
Binary100010001010101010101101101011001000001011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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