Shades of Ziggurat #88ADB1
Tints of Ziggurat #88ADB1
RGB
CMYK
RGB Variations
Color information
#88ADB1 (or 0x88ADB1) is known color: Ziggurat. HEX triplet: 88, AD and B1. RGB value is (136,173,177). Sum of RGB (Red+Green+Blue) = 136+173+177=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 177 - color contains mainly: blue. Hex color #88ADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ADB1 is #77524E. Grayscale: #A2A2A2. Windows color (decimal): -7819855 or 11644296. OLE color: 11644296.
HSL color Cylindrical-coordinate representation of color #88ADB1: hue angle of 185.85º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88ADB1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 173 | 177 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.31 |
| HSL | 185.85º | 0.21% | 0.61% | - |
| HSV(B) | 185.85º | 0.23% | 0.69% | - |
| XYZ | 33.03 | 38.3 | 47.25 | - |
| YUV | 162.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 177 | 0.23 | 0.02 | 0 | 0.31 | 185.85 | 0.21 | 0.61 |
| Hex | 88 | AD | B1 | 17 | 2 | 0 | 1F | BA | 15 | 3D |
| Octal | 210 | 255 | 261 | 27 | 2 | 0 | 37 | 272 | 25 | 75 |
| Binary | 10001000 | 10101101 | 10110001 | 10111 | 10 | 0 | 11111 | 10111010 | 10101 | 111101 |
Color Harmonies of #88ADB1
Complementary color
Monochromatic Colors of #88ADB1
Black with #88ADB1
Text Example
Text Example
White with #88ADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ADB1; }
p { color: rgb(136,173,177); }
H1.HeaderClassName
{
color: #88ADB1;
}
.AnyTagClassName
{
color: #88ADB1;
}
</style>
background-color css
<style>
a { background-color: #88ADB1; }
a { background-color: rgb(136,173,177); }
div.DivClassName
{
background-color: #88ADB1;
}
.BgClassName
{
background-color: #88ADB1;
}
</style>
border-color css
<style>
span { border-color: #88ADB1; }
span { border-color: rgb(136,173,177); }
td.TdClassName
{
border-color: #88ADB1;
}
.TagClassName
{
border-color: #88ADB1;
}
</style>