Shades of Ziggurat #88B3B0
Tints of Ziggurat #88B3B0
RGB
CMYK
RGB Variations
Color information
#88B3B0 (or 0x88B3B0) is known color: Ziggurat. HEX triplet: 88, B3 and B0. RGB value is (136,179,176). Sum of RGB (Red+Green+Blue) = 136+179+176=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #88B3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B3B0 is #774C4F. Grayscale: #A5A5A5. Windows color (decimal): -7818320 or 11580296. OLE color: 11580296.
HSL color Cylindrical-coordinate representation of color #88B3B0: hue angle of 175.81º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B3B0 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 179 | 176 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.30 |
| HSL | 175.81º | 0.22% | 0.62% | - |
| HSV(B) | 175.81º | 0.24% | 0.7% | - |
| XYZ | 34.11 | 40.61 | 47.11 | - |
| YUV | 165.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 179 | 176 | 0.24 | 0 | 0.02 | 0.30 | 175.81 | 0.22 | 0.62 |
| Hex | 88 | B3 | B0 | 18 | 0 | 2 | 1E | B0 | 16 | 3E |
| Octal | 210 | 263 | 260 | 30 | 0 | 2 | 36 | 260 | 26 | 76 |
| Binary | 10001000 | 10110011 | 10110000 | 11000 | 0 | 10 | 11110 | 10110000 | 10110 | 111110 |
Color Harmonies of #88B3B0
Complementary color
Monochromatic Colors of #88B3B0
Black with #88B3B0
Text Example
Text Example
White with #88B3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B3B0; }
p { color: rgb(136,179,176); }
H1.HeaderClassName
{
color: #88B3B0;
}
.AnyTagClassName
{
color: #88B3B0;
}
</style>
background-color css
<style>
a { background-color: #88B3B0; }
a { background-color: rgb(136,179,176); }
div.DivClassName
{
background-color: #88B3B0;
}
.BgClassName
{
background-color: #88B3B0;
}
</style>
border-color css
<style>
span { border-color: #88B3B0; }
span { border-color: rgb(136,179,176); }
td.TdClassName
{
border-color: #88B3B0;
}
.TagClassName
{
border-color: #88B3B0;
}
</style>