Shades of Ziggurat #80ACB2
Tints of Ziggurat #80ACB2
RGB
CMYK
RGB Variations
Color information
#80ACB2 (or 0x80ACB2) is known color: Ziggurat. HEX triplet: 80, AC and B2. RGB value is (128,172,178). Sum of RGB (Red+Green+Blue) = 128+172+178=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 178 - color contains mainly: blue. Hex color #80ACB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ACB2 is #7F534D. Grayscale: #9F9F9F. Windows color (decimal): -8344398 or 11709568. OLE color: 11709568.
HSL color Cylindrical-coordinate representation of color #80ACB2: hue angle of 187.2º 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 #80ACB2 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 172 | 178 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.30 |
| HSL | 187.2º | 0.25% | 0.6% | - |
| HSV(B) | 187.2º | 0.28% | 0.7% | - |
| XYZ | 31.69 | 37.31 | 47.65 | - |
| YUV | 159.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 178 | 0.28 | 0.03 | 0 | 0.30 | 187.2 | 0.25 | 0.6 |
| Hex | 80 | AC | B2 | 1C | 3 | 0 | 1E | BB | 19 | 3C |
| Octal | 200 | 254 | 262 | 34 | 3 | 0 | 36 | 273 | 31 | 74 |
| Binary | 10000000 | 10101100 | 10110010 | 11100 | 11 | 0 | 11110 | 10111011 | 11001 | 111100 |
Color Harmonies of #80ACB2
Complementary color
Monochromatic Colors of #80ACB2
Black with #80ACB2
Text Example
Text Example
White with #80ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ACB2; }
p { color: rgb(128,172,178); }
H1.HeaderClassName
{
color: #80ACB2;
}
.AnyTagClassName
{
color: #80ACB2;
}
</style>
background-color css
<style>
a { background-color: #80ACB2; }
a { background-color: rgb(128,172,178); }
div.DivClassName
{
background-color: #80ACB2;
}
.BgClassName
{
background-color: #80ACB2;
}
</style>
border-color css
<style>
span { border-color: #80ACB2; }
span { border-color: rgb(128,172,178); }
td.TdClassName
{
border-color: #80ACB2;
}
.TagClassName
{
border-color: #80ACB2;
}
</style>