Shades of Ziggurat #8CADAF
Tints of Ziggurat #8CADAF
RGB
CMYK
RGB Variations
Color information
#8CADAF (or 0x8CADAF) is known color: Ziggurat. HEX triplet: 8C, AD and AF. RGB value is (140,173,175). Sum of RGB (Red+Green+Blue) = 140+173+175=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 173 (67.97% from 255 or 35.45% 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 #8CADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CADAF is #735250. Grayscale: #A3A3A3. Windows color (decimal): -7557713 or 11513228. OLE color: 11513228.
HSL color Cylindrical-coordinate representation of color #8CADAF: hue angle of 183.43º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CADAF is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 173 | 175 | - |
| CMYK | 0.2 | 0.01 | 0 | 0.31 |
| HSL | 183.43º | 0.18% | 0.62% | - |
| HSV(B) | 183.43º | 0.2% | 0.69% | - |
| XYZ | 33.5 | 38.56 | 46.23 | - |
| YUV | 163.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 175 | 0.2 | 0.01 | 0 | 0.31 | 183.43 | 0.18 | 0.62 |
| Hex | 8C | AD | AF | 14 | 1 | 0 | 1F | B7 | 12 | 3E |
| Octal | 214 | 255 | 257 | 24 | 1 | 0 | 37 | 267 | 22 | 76 |
| Binary | 10001100 | 10101101 | 10101111 | 10100 | 1 | 0 | 11111 | 10110111 | 10010 | 111110 |
Color Harmonies of #8CADAF
Complementary color
Monochromatic Colors of #8CADAF
Black with #8CADAF
Text Example
Text Example
White with #8CADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADAF; }
p { color: rgb(140,173,175); }
H1.HeaderClassName
{
color: #8CADAF;
}
.AnyTagClassName
{
color: #8CADAF;
}
</style>
background-color css
<style>
a { background-color: #8CADAF; }
a { background-color: rgb(140,173,175); }
div.DivClassName
{
background-color: #8CADAF;
}
.BgClassName
{
background-color: #8CADAF;
}
</style>
border-color css
<style>
span { border-color: #8CADAF; }
span { border-color: rgb(140,173,175); }
td.TdClassName
{
border-color: #8CADAF;
}
.TagClassName
{
border-color: #8CADAF;
}
</style>