Shades of Ziggurat #80AAAE
Tints of Ziggurat #80AAAE
RGB
CMYK
RGB Variations
Color information
#80AAAE (or 0x80AAAE) is known color: Ziggurat. HEX triplet: 80, AA and AE. RGB value is (128,170,174). Sum of RGB (Red+Green+Blue) = 128+170+174=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #80AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AAAE is #7F5551. Grayscale: #9D9D9D. Windows color (decimal): -8344914 or 11446912. OLE color: 11446912.
HSL color Cylindrical-coordinate representation of color #80AAAE: hue angle of 185.22º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AAAE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 170 | 174 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.32 |
| HSL | 185.22º | 0.22% | 0.59% | - |
| HSV(B) | 185.22º | 0.26% | 0.68% | - |
| XYZ | 30.92 | 36.39 | 45.44 | - |
| YUV | 157.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 174 | 0.26 | 0.02 | 0 | 0.32 | 185.22 | 0.22 | 0.59 |
| Hex | 80 | AA | AE | 1A | 2 | 0 | 20 | B9 | 16 | 3B |
| Octal | 200 | 252 | 256 | 32 | 2 | 0 | 40 | 271 | 26 | 73 |
| Binary | 10000000 | 10101010 | 10101110 | 11010 | 10 | 0 | 100000 | 10111001 | 10110 | 111011 |
Color Harmonies of #80AAAE
Complementary color
Monochromatic Colors of #80AAAE
Black with #80AAAE
Text Example
Text Example
White with #80AAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAAE; }
p { color: rgb(128,170,174); }
H1.HeaderClassName
{
color: #80AAAE;
}
.AnyTagClassName
{
color: #80AAAE;
}
</style>
background-color css
<style>
a { background-color: #80AAAE; }
a { background-color: rgb(128,170,174); }
div.DivClassName
{
background-color: #80AAAE;
}
.BgClassName
{
background-color: #80AAAE;
}
</style>
border-color css
<style>
span { border-color: #80AAAE; }
span { border-color: rgb(128,170,174); }
td.TdClassName
{
border-color: #80AAAE;
}
.TagClassName
{
border-color: #80AAAE;
}
</style>