Shades of Ziggurat #84ADB4
Tints of Ziggurat #84ADB4
RGB
CMYK
RGB Variations
Color information
#84ADB4 (or 0x84ADB4) is known color: Ziggurat. HEX triplet: 84, AD and B4. RGB value is (132,173,180). Sum of RGB (Red+Green+Blue) = 132+173+180=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #84ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADB4 is #7B524B. Grayscale: #A1A1A1. Windows color (decimal): -8081996 or 11840900. OLE color: 11840900.
HSL color Cylindrical-coordinate representation of color #84ADB4: hue angle of 188.75º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84ADB4 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 173 | 180 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.29 |
| HSL | 188.75º | 0.24% | 0.61% | - |
| HSV(B) | 188.75º | 0.27% | 0.71% | - |
| XYZ | 32.7 | 38.09 | 48.81 | - |
| YUV | 161.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 180 | 0.27 | 0.04 | 0 | 0.29 | 188.75 | 0.24 | 0.61 |
| Hex | 84 | AD | B4 | 1B | 4 | 0 | 1D | BD | 18 | 3D |
| Octal | 204 | 255 | 264 | 33 | 4 | 0 | 35 | 275 | 30 | 75 |
| Binary | 10000100 | 10101101 | 10110100 | 11011 | 100 | 0 | 11101 | 10111101 | 11000 | 111101 |
Color Harmonies of #84ADB4
Complementary color
Monochromatic Colors of #84ADB4
Black with #84ADB4
Text Example
Text Example
White with #84ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADB4; }
p { color: rgb(132,173,180); }
H1.HeaderClassName
{
color: #84ADB4;
}
.AnyTagClassName
{
color: #84ADB4;
}
</style>
background-color css
<style>
a { background-color: #84ADB4; }
a { background-color: rgb(132,173,180); }
div.DivClassName
{
background-color: #84ADB4;
}
.BgClassName
{
background-color: #84ADB4;
}
</style>
border-color css
<style>
span { border-color: #84ADB4; }
span { border-color: rgb(132,173,180); }
td.TdClassName
{
border-color: #84ADB4;
}
.TagClassName
{
border-color: #84ADB4;
}
</style>