#88ADAE

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

Shades of Ziggurat #88ADAE

Tints of Ziggurat #88ADAE

Color information

#88ADAE (or 0x88ADAE) is unknown color: approx Ziggurat. HEX triplet: 88, AD and AE. RGB value is (136,173,174). Sum of RGB (Red+Green+Blue) = 136+173+174=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #88ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ADAE is #775251. Grayscale: #A2A2A2. Windows color (decimal): -7819858 or 11447688. OLE color: 11447688.

HSL color Cylindrical-coordinate representation of color #88ADAE: hue angle of 181.58º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88ADAE is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136173174-
CMYK0.220.0100.32
HSL181.58º19%60.78%-
HSV(B)181.58º21.84%68.24%-
XYZ32.7438.1845.69-
YUV162.05134.74109.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.16%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=28.16%
G=35.82%
B=36.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361731740.220.0100.32181.581960.78
Hex88ADAE161020b6133d
Octal2102552562610402662375
Binary10001000101011011010111010110101000001011011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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