#88B4B2

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

Shades of Ziggurat #88B4B2

Tints of Ziggurat #88B4B2

Color information

#88B4B2 (or 0x88B4B2) is unknown color: approx Ziggurat. HEX triplet: 88, B4 and B2. RGB value is (136,180,178). Sum of RGB (Red+Green+Blue) = 136+180+178=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #88B4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B4B2 is #774B4D. Grayscale: #A6A6A6. Windows color (decimal): -7818062 or 11711624. OLE color: 11711624.

HSL color Cylindrical-coordinate representation of color #88B4B2: hue angle of 177.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B4B2 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB136180178-
CMYK0.2400.010.29
HSL177.27º22.68%61.96%-
HSV(B)177.27º24.44%70.59%-
XYZ34.5141.0948.23-
YUV166.62134.42106.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.53%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 178 (69.92% from 255) = 36.03%
R=27.53%
G=36.44%
B=36.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361801780.2400.010.29177.2722.6861.96
Hex88B4B218011Db1173e
Octal2102642623001352612776
Binary1000100010110100101100101100001111011011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,180,178); }

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

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

 a { background-color: rgb(136,180,178); }

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

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

 span { border-color: rgb(136,180,178); }

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