Shades of Ziggurat #88B2B5
Tints of Ziggurat #88B2B5
RGB
CMYK
RGB Variations
Color information
#88B2B5 (or 0x88B2B5) is known color: Ziggurat. HEX triplet: 88, B2 and B5. RGB value is (136,178,181). Sum of RGB (Red+Green+Blue) = 136+178+181=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 181 - color contains mainly: blue. Hex color #88B2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B2B5 is #774D4A. Grayscale: #A5A5A5. Windows color (decimal): -7818571 or 11907720. OLE color: 11907720.
HSL color Cylindrical-coordinate representation of color #88B2B5: hue angle of 184º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88B2B5 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 178 | 181 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.29 |
| HSL | 184º | 0.23% | 0.62% | - |
| HSV(B) | 184º | 0.25% | 0.71% | - |
| XYZ | 34.41 | 40.41 | 49.7 | - |
| YUV | 165.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 181 | 0.25 | 0.02 | 0 | 0.29 | 184 | 0.23 | 0.62 |
| Hex | 88 | B2 | B5 | 19 | 2 | 0 | 1D | B8 | 17 | 3E |
| Octal | 210 | 262 | 265 | 31 | 2 | 0 | 35 | 270 | 27 | 76 |
| Binary | 10001000 | 10110010 | 10110101 | 11001 | 10 | 0 | 11101 | 10111000 | 10111 | 111110 |
Color Harmonies of #88B2B5
Complementary color
Monochromatic Colors of #88B2B5
Black with #88B2B5
Text Example
Text Example
White with #88B2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B2B5; }
p { color: rgb(136,178,181); }
H1.HeaderClassName
{
color: #88B2B5;
}
.AnyTagClassName
{
color: #88B2B5;
}
</style>
background-color css
<style>
a { background-color: #88B2B5; }
a { background-color: rgb(136,178,181); }
div.DivClassName
{
background-color: #88B2B5;
}
.BgClassName
{
background-color: #88B2B5;
}
</style>
border-color css
<style>
span { border-color: #88B2B5; }
span { border-color: rgb(136,178,181); }
td.TdClassName
{
border-color: #88B2B5;
}
.TagClassName
{
border-color: #88B2B5;
}
</style>