Shades of Ziggurat #80AAB2
Tints of Ziggurat #80AAB2
RGB
CMYK
RGB Variations
Color information
#80AAB2 (or 0x80AAB2) is known color: Ziggurat. HEX triplet: 80, AA and B2. RGB value is (128,170,178). Sum of RGB (Red+Green+Blue) = 128+170+178=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 178 - color contains mainly: blue. Hex color #80AAB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AAB2 is #7F554D. Grayscale: #9E9E9E. Windows color (decimal): -8344910 or 11709056. OLE color: 11709056.
HSL color Cylindrical-coordinate representation of color #80AAB2: hue angle of 189.6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80AAB2 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 170 | 178 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.30 |
| HSL | 189.6º | 0.25% | 0.6% | - |
| HSV(B) | 189.6º | 0.28% | 0.7% | - |
| XYZ | 31.31 | 36.55 | 47.52 | - |
| YUV | 158.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 178 | 0.28 | 0.04 | 0 | 0.30 | 189.6 | 0.25 | 0.6 |
| Hex | 80 | AA | B2 | 1C | 4 | 0 | 1E | BE | 19 | 3C |
| Octal | 200 | 252 | 262 | 34 | 4 | 0 | 36 | 276 | 31 | 74 |
| Binary | 10000000 | 10101010 | 10110010 | 11100 | 100 | 0 | 11110 | 10111110 | 11001 | 111100 |
Color Harmonies of #80AAB2
Complementary color
Monochromatic Colors of #80AAB2
Black with #80AAB2
Text Example
Text Example
White with #80AAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAB2; }
p { color: rgb(128,170,178); }
H1.HeaderClassName
{
color: #80AAB2;
}
.AnyTagClassName
{
color: #80AAB2;
}
</style>
background-color css
<style>
a { background-color: #80AAB2; }
a { background-color: rgb(128,170,178); }
div.DivClassName
{
background-color: #80AAB2;
}
.BgClassName
{
background-color: #80AAB2;
}
</style>
border-color css
<style>
span { border-color: #80AAB2; }
span { border-color: rgb(128,170,178); }
td.TdClassName
{
border-color: #80AAB2;
}
.TagClassName
{
border-color: #80AAB2;
}
</style>