Shades of Ziggurat #84ABB4
Tints of Ziggurat #84ABB4
RGB
CMYK
RGB Variations
Color information
#84ABB4 (or 0x84ABB4) is known color: Ziggurat. HEX triplet: 84, AB and B4. RGB value is (132,171,180). Sum of RGB (Red+Green+Blue) = 132+171+180=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #84ABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABB4 is #7B544B. Grayscale: #A0A0A0. Windows color (decimal): -8082508 or 11840388. OLE color: 11840388.
HSL color Cylindrical-coordinate representation of color #84ABB4: hue angle of 191.25º 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 #84ABB4 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 171 | 180 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.29 |
| HSL | 191.25º | 0.24% | 0.61% | - |
| HSV(B) | 191.25º | 0.27% | 0.71% | - |
| XYZ | 32.32 | 37.33 | 48.68 | - |
| YUV | 160.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 180 | 0.27 | 0.05 | 0 | 0.29 | 191.25 | 0.24 | 0.61 |
| Hex | 84 | AB | B4 | 1B | 5 | 0 | 1D | BF | 18 | 3D |
| Octal | 204 | 253 | 264 | 33 | 5 | 0 | 35 | 277 | 30 | 75 |
| Binary | 10000100 | 10101011 | 10110100 | 11011 | 101 | 0 | 11101 | 10111111 | 11000 | 111101 |
Color Harmonies of #84ABB4
Complementary color
Monochromatic Colors of #84ABB4
Black with #84ABB4
Text Example
Text Example
White with #84ABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABB4; }
p { color: rgb(132,171,180); }
H1.HeaderClassName
{
color: #84ABB4;
}
.AnyTagClassName
{
color: #84ABB4;
}
</style>
background-color css
<style>
a { background-color: #84ABB4; }
a { background-color: rgb(132,171,180); }
div.DivClassName
{
background-color: #84ABB4;
}
.BgClassName
{
background-color: #84ABB4;
}
</style>
border-color css
<style>
span { border-color: #84ABB4; }
span { border-color: rgb(132,171,180); }
td.TdClassName
{
border-color: #84ABB4;
}
.TagClassName
{
border-color: #84ABB4;
}
</style>