Shades of Ziggurat #86AAAE
Tints of Ziggurat #86AAAE
RGB
CMYK
RGB Variations
Color information
#86AAAE (or 0x86AAAE) is known color: Ziggurat. HEX triplet: 86, AA and AE. RGB value is (134,170,174). Sum of RGB (Red+Green+Blue) = 134+170+174=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #86AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AAAE is #795551. Grayscale: #9F9F9F. Windows color (decimal): -7951698 or 11446918. OLE color: 11446918.
HSL color Cylindrical-coordinate representation of color #86AAAE: hue angle of 186º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AAAE is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 170 | 174 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.32 |
| HSL | 186º | 0.2% | 0.6% | - |
| HSV(B) | 186º | 0.23% | 0.68% | - |
| XYZ | 31.85 | 36.87 | 45.48 | - |
| YUV | 159.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 174 | 0.23 | 0.02 | 0 | 0.32 | 186 | 0.2 | 0.6 |
| Hex | 86 | AA | AE | 17 | 2 | 0 | 20 | BA | 14 | 3C |
| Octal | 206 | 252 | 256 | 27 | 2 | 0 | 40 | 272 | 24 | 74 |
| Binary | 10000110 | 10101010 | 10101110 | 10111 | 10 | 0 | 100000 | 10111010 | 10100 | 111100 |
Color Harmonies of #86AAAE
Complementary color
Monochromatic Colors of #86AAAE
Black with #86AAAE
Text Example
Text Example
White with #86AAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AAAE; }
p { color: rgb(134,170,174); }
H1.HeaderClassName
{
color: #86AAAE;
}
.AnyTagClassName
{
color: #86AAAE;
}
</style>
background-color css
<style>
a { background-color: #86AAAE; }
a { background-color: rgb(134,170,174); }
div.DivClassName
{
background-color: #86AAAE;
}
.BgClassName
{
background-color: #86AAAE;
}
</style>
border-color css
<style>
span { border-color: #86AAAE; }
span { border-color: rgb(134,170,174); }
td.TdClassName
{
border-color: #86AAAE;
}
.TagClassName
{
border-color: #86AAAE;
}
</style>