Shades of Ziggurat #8DAAAB
Tints of Ziggurat #8DAAAB
RGB
CMYK
RGB Variations
Color information
#8DAAAB (or 0x8DAAAB) is known color: Ziggurat. HEX triplet: 8D, AA and AB. RGB value is (141,170,171). Sum of RGB (Red+Green+Blue) = 141+170+171=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #8DAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAAAB is #725554. Grayscale: #A1A1A1. Windows color (decimal): -7492949 or 11250317. OLE color: 11250317.
HSL color Cylindrical-coordinate representation of color #8DAAAB: hue angle of 182º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DAAAB is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 171 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.33 |
| HSL | 182º | 0.15% | 0.61% | - |
| HSV(B) | 182º | 0.18% | 0.67% | - |
| XYZ | 32.71 | 37.35 | 44.01 | - |
| YUV | 161.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 171 | 0.18 | 0.01 | 0 | 0.33 | 182 | 0.15 | 0.61 |
| Hex | 8D | AA | AB | 12 | 1 | 0 | 21 | B6 | F | 3D |
| Octal | 215 | 252 | 253 | 22 | 1 | 0 | 41 | 266 | 17 | 75 |
| Binary | 10001101 | 10101010 | 10101011 | 10010 | 1 | 0 | 100001 | 10110110 | 1111 | 111101 |
Color Harmonies of #8DAAAB
Complementary color
Monochromatic Colors of #8DAAAB
Black with #8DAAAB
Text Example
Text Example
White with #8DAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAAB; }
p { color: rgb(141,170,171); }
H1.HeaderClassName
{
color: #8DAAAB;
}
.AnyTagClassName
{
color: #8DAAAB;
}
</style>
background-color css
<style>
a { background-color: #8DAAAB; }
a { background-color: rgb(141,170,171); }
div.DivClassName
{
background-color: #8DAAAB;
}
.BgClassName
{
background-color: #8DAAAB;
}
</style>
border-color css
<style>
span { border-color: #8DAAAB; }
span { border-color: rgb(141,170,171); }
td.TdClassName
{
border-color: #8DAAAB;
}
.TagClassName
{
border-color: #8DAAAB;
}
</style>