Shades of Ziggurat #88AEB3
Tints of Ziggurat #88AEB3
RGB
CMYK
RGB Variations
Color information
#88AEB3 (or 0x88AEB3) is known color: Ziggurat. HEX triplet: 88, AE and B3. RGB value is (136,174,179). Sum of RGB (Red+Green+Blue) = 136+174+179=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 179 - color contains mainly: blue. Hex color #88AEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AEB3 is #77514C. Grayscale: #A3A3A3. Windows color (decimal): -7819597 or 11775624. OLE color: 11775624.
HSL color Cylindrical-coordinate representation of color #88AEB3: hue angle of 186.98º 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 #88AEB3 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 174 | 179 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.30 |
| HSL | 186.98º | 0.22% | 0.62% | - |
| HSV(B) | 186.98º | 0.24% | 0.7% | - |
| XYZ | 33.43 | 38.76 | 48.37 | - |
| YUV | 163.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 174 | 179 | 0.24 | 0.03 | 0 | 0.30 | 186.98 | 0.22 | 0.62 |
| Hex | 88 | AE | B3 | 18 | 3 | 0 | 1E | BB | 16 | 3E |
| Octal | 210 | 256 | 263 | 30 | 3 | 0 | 36 | 273 | 26 | 76 |
| Binary | 10001000 | 10101110 | 10110011 | 11000 | 11 | 0 | 11110 | 10111011 | 10110 | 111110 |
Color Harmonies of #88AEB3
Complementary color
Monochromatic Colors of #88AEB3
Black with #88AEB3
Text Example
Text Example
White with #88AEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AEB3; }
p { color: rgb(136,174,179); }
H1.HeaderClassName
{
color: #88AEB3;
}
.AnyTagClassName
{
color: #88AEB3;
}
</style>
background-color css
<style>
a { background-color: #88AEB3; }
a { background-color: rgb(136,174,179); }
div.DivClassName
{
background-color: #88AEB3;
}
.BgClassName
{
background-color: #88AEB3;
}
</style>
border-color css
<style>
span { border-color: #88AEB3; }
span { border-color: rgb(136,174,179); }
td.TdClassName
{
border-color: #88AEB3;
}
.TagClassName
{
border-color: #88AEB3;
}
</style>