Shades of Ziggurat #8CAEAF
Tints of Ziggurat #8CAEAF
RGB
CMYK
RGB Variations
Color information
#8CAEAF (or 0x8CAEAF) is known color: Ziggurat. HEX triplet: 8C, AE and AF. RGB value is (140,174,175). Sum of RGB (Red+Green+Blue) = 140+174+175=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 175 - color contains mainly: blue. Hex color #8CAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAEAF is #735150. Grayscale: #A3A3A3. Windows color (decimal): -7557457 or 11513484. OLE color: 11513484.
HSL color Cylindrical-coordinate representation of color #8CAEAF: hue angle of 181.71º 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 #8CAEAF is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 174 | 175 | - |
| CMYK | 0.2 | 0.01 | 0 | 0.31 |
| HSL | 181.71º | 0.18% | 0.62% | - |
| HSV(B) | 181.71º | 0.2% | 0.69% | - |
| XYZ | 33.69 | 38.94 | 46.3 | - |
| YUV | 163.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 175 | 0.2 | 0.01 | 0 | 0.31 | 181.71 | 0.18 | 0.62 |
| Hex | 8C | AE | AF | 14 | 1 | 0 | 1F | B6 | 12 | 3E |
| Octal | 214 | 256 | 257 | 24 | 1 | 0 | 37 | 266 | 22 | 76 |
| Binary | 10001100 | 10101110 | 10101111 | 10100 | 1 | 0 | 11111 | 10110110 | 10010 | 111110 |
Color Harmonies of #8CAEAF
Complementary color
Monochromatic Colors of #8CAEAF
Black with #8CAEAF
Text Example
Text Example
White with #8CAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAEAF; }
p { color: rgb(140,174,175); }
H1.HeaderClassName
{
color: #8CAEAF;
}
.AnyTagClassName
{
color: #8CAEAF;
}
</style>
background-color css
<style>
a { background-color: #8CAEAF; }
a { background-color: rgb(140,174,175); }
div.DivClassName
{
background-color: #8CAEAF;
}
.BgClassName
{
background-color: #8CAEAF;
}
</style>
border-color css
<style>
span { border-color: #8CAEAF; }
span { border-color: rgb(140,174,175); }
td.TdClassName
{
border-color: #8CAEAF;
}
.TagClassName
{
border-color: #8CAEAF;
}
</style>