#88ABAD

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

Shades of Ziggurat #88ABAD

Tints of Ziggurat #88ABAD

Color information

#88ABAD (or 0x88ABAD) is unknown color: approx Ziggurat. HEX triplet: 88, AB and AD. RGB value is (136,171,173). Sum of RGB (Red+Green+Blue) = 136+171+173=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #88ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ABAD is #775452. Grayscale: #A0A0A0. Windows color (decimal): -7820371 or 11381640. OLE color: 11381640.

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

Color convert

RGB136171173-
CMYK0.210.0100.32
HSL183.24º18.41%60.59%-
HSV(B)183.24º21.39%67.84%-
XYZ32.2637.3845.05-
YUV160.76134.9110.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.33%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=28.33%
G=35.62%
B=36.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361711730.210.0100.32183.2418.4160.59
Hex88ABAD151020b7123d
Octal2102532552510402672275
Binary10001000101010111010110110101101000001011011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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