Shades of Ziggurat #80ACB1
Tints of Ziggurat #80ACB1
RGB
CMYK
RGB Variations
Color information
#80ACB1 (or 0x80ACB1) is known color: Ziggurat. HEX triplet: 80, AC and B1. RGB value is (128,172,177). Sum of RGB (Red+Green+Blue) = 128+172+177=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 177 - color contains mainly: blue. Hex color #80ACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ACB1 is #7F534E. Grayscale: #9F9F9F. Windows color (decimal): -8344399 or 11644032. OLE color: 11644032.
HSL color Cylindrical-coordinate representation of color #80ACB1: hue angle of 186.12º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80ACB1 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 172 | 177 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.31 |
| HSL | 186.12º | 0.24% | 0.6% | - |
| HSV(B) | 186.12º | 0.28% | 0.69% | - |
| XYZ | 31.59 | 37.27 | 47.12 | - |
| YUV | 159.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 177 | 0.28 | 0.03 | 0 | 0.31 | 186.12 | 0.24 | 0.6 |
| Hex | 80 | AC | B1 | 1C | 3 | 0 | 1F | BA | 18 | 3C |
| Octal | 200 | 254 | 261 | 34 | 3 | 0 | 37 | 272 | 30 | 74 |
| Binary | 10000000 | 10101100 | 10110001 | 11100 | 11 | 0 | 11111 | 10111010 | 11000 | 111100 |
Color Harmonies of #80ACB1
Complementary color
Monochromatic Colors of #80ACB1
Black with #80ACB1
Text Example
Text Example
White with #80ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ACB1; }
p { color: rgb(128,172,177); }
H1.HeaderClassName
{
color: #80ACB1;
}
.AnyTagClassName
{
color: #80ACB1;
}
</style>
background-color css
<style>
a { background-color: #80ACB1; }
a { background-color: rgb(128,172,177); }
div.DivClassName
{
background-color: #80ACB1;
}
.BgClassName
{
background-color: #80ACB1;
}
</style>
border-color css
<style>
span { border-color: #80ACB1; }
span { border-color: rgb(128,172,177); }
td.TdClassName
{
border-color: #80ACB1;
}
.TagClassName
{
border-color: #80ACB1;
}
</style>