#88B4B3

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

Shades of Ziggurat #88B4B3

Tints of Ziggurat #88B4B3

Color information

#88B4B3 (or 0x88B4B3) is unknown color: approx Ziggurat. HEX triplet: 88, B4 and B3. RGB value is (136,180,179). Sum of RGB (Red+Green+Blue) = 136+180+179=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #88B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B4B3 is #774B4C. Grayscale: #A6A6A6. Windows color (decimal): -7818061 or 11777160. OLE color: 11777160.

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

Color convert

RGB136180179-
CMYK0.2400.010.29
HSL178.64º22.68%61.96%-
HSV(B)178.64º24.44%70.59%-
XYZ34.6141.1348.76-
YUV166.73134.92106.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 179 (70.31% from 255) = 36.16%
R=27.47%
G=36.36%
B=36.16%

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
Decimal1361801790.2400.010.29178.6422.6861.96
Hex88B4B318011Db3173e
Octal2102642633001352632776
Binary1000100010110100101100111100001111011011001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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