Shades of Ziggurat #84AFB2
Tints of Ziggurat #84AFB2
RGB
CMYK
RGB Variations
Color information
#84AFB2 (or 0x84AFB2) is known color: Ziggurat. HEX triplet: 84, AF and B2. RGB value is (132,175,178). Sum of RGB (Red+Green+Blue) = 132+175+178=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 178 - color contains mainly: blue. Hex color #84AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AFB2 is #7B504D. Grayscale: #A2A2A2. Windows color (decimal): -8081486 or 11710340. OLE color: 11710340.
HSL color Cylindrical-coordinate representation of color #84AFB2: hue angle of 183.91º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84AFB2 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 175 | 178 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.30 |
| HSL | 183.91º | 0.23% | 0.61% | - |
| HSV(B) | 183.91º | 0.26% | 0.7% | - |
| XYZ | 32.88 | 38.78 | 47.87 | - |
| YUV | 162.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 178 | 0.26 | 0.02 | 0 | 0.30 | 183.91 | 0.23 | 0.61 |
| Hex | 84 | AF | B2 | 1A | 2 | 0 | 1E | B8 | 17 | 3D |
| Octal | 204 | 257 | 262 | 32 | 2 | 0 | 36 | 270 | 27 | 75 |
| Binary | 10000100 | 10101111 | 10110010 | 11010 | 10 | 0 | 11110 | 10111000 | 10111 | 111101 |
Color Harmonies of #84AFB2
Complementary color
Monochromatic Colors of #84AFB2
Black with #84AFB2
Text Example
Text Example
White with #84AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AFB2; }
p { color: rgb(132,175,178); }
H1.HeaderClassName
{
color: #84AFB2;
}
.AnyTagClassName
{
color: #84AFB2;
}
</style>
background-color css
<style>
a { background-color: #84AFB2; }
a { background-color: rgb(132,175,178); }
div.DivClassName
{
background-color: #84AFB2;
}
.BgClassName
{
background-color: #84AFB2;
}
</style>
border-color css
<style>
span { border-color: #84AFB2; }
span { border-color: rgb(132,175,178); }
td.TdClassName
{
border-color: #84AFB2;
}
.TagClassName
{
border-color: #84AFB2;
}
</style>