#88AEB0

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

Shades of Ziggurat #88AEB0

Tints of Ziggurat #88AEB0

Color information

#88AEB0 (or 0x88AEB0) is unknown color: approx Ziggurat. HEX triplet: 88, AE and B0. RGB value is (136,174,176). Sum of RGB (Red+Green+Blue) = 136+174+176=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 176 - color contains mainly: blue. Hex color #88AEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AEB0 is #77514F. Grayscale: #A2A2A2. Windows color (decimal): -7819600 or 11579016. OLE color: 11579016.

HSL color Cylindrical-coordinate representation of color #88AEB0: hue angle of 183º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88AEB0 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136174176-
CMYK0.230.0100.31
HSL183º20.2%61.18%-
HSV(B)183º22.73%69.02%-
XYZ33.1338.6446.79-
YUV162.87135.41108.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.98%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 176 (69.14% from 255) = 36.21%
R=27.98%
G=35.80%
B=36.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361741760.230.0100.3118320.261.18
Hex88AEB017101Fb7143d
Octal2102562602710372672475
Binary1000100010101110101100001011110111111011011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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