Shades of Ziggurat #8BABAD
Tints of Ziggurat #8BABAD
RGB
CMYK
RGB Variations
Color information
#8BABAD (or 0x8BABAD) is known color: Ziggurat. HEX triplet: 8B, AB and AD. RGB value is (139,171,173). Sum of RGB (Red+Green+Blue) = 139+171+173=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #8BABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BABAD is #745452. Grayscale: #A1A1A1. Windows color (decimal): -7623763 or 11381643. OLE color: 11381643.
HSL color Cylindrical-coordinate representation of color #8BABAD: hue angle of 183.53º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BABAD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 171 | 173 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.32 |
| HSL | 183.53º | 0.17% | 0.61% | - |
| HSV(B) | 183.53º | 0.2% | 0.68% | - |
| XYZ | 32.75 | 37.63 | 45.07 | - |
| YUV | 161.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 173 | 0.20 | 0.01 | 0 | 0.32 | 183.53 | 0.17 | 0.61 |
| Hex | 8B | AB | AD | 14 | 1 | 0 | 20 | B8 | 11 | 3D |
| Octal | 213 | 253 | 255 | 24 | 1 | 0 | 40 | 270 | 21 | 75 |
| Binary | 10001011 | 10101011 | 10101101 | 10100 | 1 | 0 | 100000 | 10111000 | 10001 | 111101 |
Color Harmonies of #8BABAD
Complementary color
Monochromatic Colors of #8BABAD
Black with #8BABAD
Text Example
Text Example
White with #8BABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABAD; }
p { color: rgb(139,171,173); }
H1.HeaderClassName
{
color: #8BABAD;
}
.AnyTagClassName
{
color: #8BABAD;
}
</style>
background-color css
<style>
a { background-color: #8BABAD; }
a { background-color: rgb(139,171,173); }
div.DivClassName
{
background-color: #8BABAD;
}
.BgClassName
{
background-color: #8BABAD;
}
</style>
border-color css
<style>
span { border-color: #8BABAD; }
span { border-color: rgb(139,171,173); }
td.TdClassName
{
border-color: #8BABAD;
}
.TagClassName
{
border-color: #8BABAD;
}
</style>