Shades of Ziggurat #8EADAF
Tints of Ziggurat #8EADAF
RGB
CMYK
RGB Variations
Color information
#8EADAF (or 0x8EADAF) is known color: Ziggurat. HEX triplet: 8E, AD and AF. RGB value is (142,173,175). Sum of RGB (Red+Green+Blue) = 142+173+175=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #8EADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EADAF is #715250. Grayscale: #A3A3A3. Windows color (decimal): -7426641 or 11513230. OLE color: 11513230.
HSL color Cylindrical-coordinate representation of color #8EADAF: hue angle of 183.64º degrees, saturation: 0.17, 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 #8EADAF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 173 | 175 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.31 |
| HSL | 183.64º | 0.17% | 0.62% | - |
| HSV(B) | 183.64º | 0.19% | 0.69% | - |
| XYZ | 33.84 | 38.73 | 46.25 | - |
| YUV | 163.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 175 | 0.19 | 0.01 | 0 | 0.31 | 183.64 | 0.17 | 0.62 |
| Hex | 8E | AD | AF | 13 | 1 | 0 | 1F | B8 | 11 | 3E |
| Octal | 216 | 255 | 257 | 23 | 1 | 0 | 37 | 270 | 21 | 76 |
| Binary | 10001110 | 10101101 | 10101111 | 10011 | 1 | 0 | 11111 | 10111000 | 10001 | 111110 |
Color Harmonies of #8EADAF
Complementary color
Monochromatic Colors of #8EADAF
Black with #8EADAF
Text Example
Text Example
White with #8EADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADAF; }
p { color: rgb(142,173,175); }
H1.HeaderClassName
{
color: #8EADAF;
}
.AnyTagClassName
{
color: #8EADAF;
}
</style>
background-color css
<style>
a { background-color: #8EADAF; }
a { background-color: rgb(142,173,175); }
div.DivClassName
{
background-color: #8EADAF;
}
.BgClassName
{
background-color: #8EADAF;
}
</style>
border-color css
<style>
span { border-color: #8EADAF; }
span { border-color: rgb(142,173,175); }
td.TdClassName
{
border-color: #8EADAF;
}
.TagClassName
{
border-color: #8EADAF;
}
</style>