Shades of Ziggurat #88B4B1
Tints of Ziggurat #88B4B1
RGB
CMYK
RGB Variations
Color information
#88B4B1 (or 0x88B4B1) is known color: Ziggurat. HEX triplet: 88, B4 and B1. RGB value is (136,180,177). Sum of RGB (Red+Green+Blue) = 136+180+177=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #88B4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B4B1 is #774B4E. Grayscale: #A6A6A6. Windows color (decimal): -7818063 or 11646088. OLE color: 11646088.
HSL color Cylindrical-coordinate representation of color #88B4B1: hue angle of 175.91º 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 #88B4B1 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 180 | 177 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.29 |
| HSL | 175.91º | 0.23% | 0.62% | - |
| HSV(B) | 175.91º | 0.24% | 0.71% | - |
| XYZ | 34.41 | 41.05 | 47.71 | - |
| YUV | 166.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 177 | 0.24 | 0 | 0.02 | 0.29 | 175.91 | 0.23 | 0.62 |
| Hex | 88 | B4 | B1 | 18 | 0 | 2 | 1D | B0 | 17 | 3E |
| Octal | 210 | 264 | 261 | 30 | 0 | 2 | 35 | 260 | 27 | 76 |
| Binary | 10001000 | 10110100 | 10110001 | 11000 | 0 | 10 | 11101 | 10110000 | 10111 | 111110 |
Color Harmonies of #88B4B1
Complementary color
Monochromatic Colors of #88B4B1
Black with #88B4B1
Text Example
Text Example
White with #88B4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B4B1; }
p { color: rgb(136,180,177); }
H1.HeaderClassName
{
color: #88B4B1;
}
.AnyTagClassName
{
color: #88B4B1;
}
</style>
background-color css
<style>
a { background-color: #88B4B1; }
a { background-color: rgb(136,180,177); }
div.DivClassName
{
background-color: #88B4B1;
}
.BgClassName
{
background-color: #88B4B1;
}
</style>
border-color css
<style>
span { border-color: #88B4B1; }
span { border-color: rgb(136,180,177); }
td.TdClassName
{
border-color: #88B4B1;
}
.TagClassName
{
border-color: #88B4B1;
}
</style>