Shades of Ziggurat #80ADB2
Tints of Ziggurat #80ADB2
RGB
CMYK
RGB Variations
Color information
#80ADB2 (or 0x80ADB2) is known color: Ziggurat. HEX triplet: 80, AD and B2. RGB value is (128,173,178). Sum of RGB (Red+Green+Blue) = 128+173+178=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 178 - color contains mainly: blue. Hex color #80ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ADB2 is #7F524D. Grayscale: #A0A0A0. Windows color (decimal): -8344142 or 11709824. OLE color: 11709824.
HSL color Cylindrical-coordinate representation of color #80ADB2: hue angle of 186º 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 #80ADB2 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 173 | 178 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.30 |
| HSL | 186º | 0.25% | 0.6% | - |
| HSV(B) | 186º | 0.28% | 0.7% | - |
| XYZ | 31.88 | 37.69 | 47.71 | - |
| YUV | 160.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 178 | 0.28 | 0.03 | 0 | 0.30 | 186 | 0.25 | 0.6 |
| Hex | 80 | AD | B2 | 1C | 3 | 0 | 1E | BA | 19 | 3C |
| Octal | 200 | 255 | 262 | 34 | 3 | 0 | 36 | 272 | 31 | 74 |
| Binary | 10000000 | 10101101 | 10110010 | 11100 | 11 | 0 | 11110 | 10111010 | 11001 | 111100 |
Color Harmonies of #80ADB2
Complementary color
Monochromatic Colors of #80ADB2
Black with #80ADB2
Text Example
Text Example
White with #80ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADB2; }
p { color: rgb(128,173,178); }
H1.HeaderClassName
{
color: #80ADB2;
}
.AnyTagClassName
{
color: #80ADB2;
}
</style>
background-color css
<style>
a { background-color: #80ADB2; }
a { background-color: rgb(128,173,178); }
div.DivClassName
{
background-color: #80ADB2;
}
.BgClassName
{
background-color: #80ADB2;
}
</style>
border-color css
<style>
span { border-color: #80ADB2; }
span { border-color: rgb(128,173,178); }
td.TdClassName
{
border-color: #80ADB2;
}
.TagClassName
{
border-color: #80ADB2;
}
</style>