Shades of Ziggurat #8DACAF
Tints of Ziggurat #8DACAF
RGB
CMYK
RGB Variations
Color information
#8DACAF (or 0x8DACAF) is known color: Ziggurat. HEX triplet: 8D, AC and AF. RGB value is (141,172,175). Sum of RGB (Red+Green+Blue) = 141+172+175=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 175 - color contains mainly: blue. Hex color #8DACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DACAF is #725350. Grayscale: #A3A3A3. Windows color (decimal): -7492433 or 11512973. OLE color: 11512973.
HSL color Cylindrical-coordinate representation of color #8DACAF: hue angle of 185.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DACAF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 172 | 175 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.31 |
| HSL | 185.29º | 0.18% | 0.62% | - |
| HSV(B) | 185.29º | 0.19% | 0.69% | - |
| XYZ | 33.47 | 38.26 | 46.18 | - |
| YUV | 163.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 175 | 0.19 | 0.02 | 0 | 0.31 | 185.29 | 0.18 | 0.62 |
| Hex | 8D | AC | AF | 13 | 2 | 0 | 1F | B9 | 12 | 3E |
| Octal | 215 | 254 | 257 | 23 | 2 | 0 | 37 | 271 | 22 | 76 |
| Binary | 10001101 | 10101100 | 10101111 | 10011 | 10 | 0 | 11111 | 10111001 | 10010 | 111110 |
Color Harmonies of #8DACAF
Complementary color
Monochromatic Colors of #8DACAF
Black with #8DACAF
Text Example
Text Example
White with #8DACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACAF; }
p { color: rgb(141,172,175); }
H1.HeaderClassName
{
color: #8DACAF;
}
.AnyTagClassName
{
color: #8DACAF;
}
</style>
background-color css
<style>
a { background-color: #8DACAF; }
a { background-color: rgb(141,172,175); }
div.DivClassName
{
background-color: #8DACAF;
}
.BgClassName
{
background-color: #8DACAF;
}
</style>
border-color css
<style>
span { border-color: #8DACAF; }
span { border-color: rgb(141,172,175); }
td.TdClassName
{
border-color: #8DACAF;
}
.TagClassName
{
border-color: #8DACAF;
}
</style>