Shades of Ziggurat #82AAB0
Tints of Ziggurat #82AAB0
RGB
CMYK
RGB Variations
Color information
#82AAB0 (or 0x82AAB0) is known color: Ziggurat. HEX triplet: 82, AA and B0. RGB value is (130,170,176). Sum of RGB (Red+Green+Blue) = 130+170+176=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 176 - color contains mainly: blue. Hex color #82AAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AAB0 is #7D554F. Grayscale: #9E9E9E. Windows color (decimal): -8213840 or 11577986. OLE color: 11577986.
HSL color Cylindrical-coordinate representation of color #82AAB0: hue angle of 187.83º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82AAB0 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 170 | 176 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.31 |
| HSL | 187.83º | 0.23% | 0.6% | - |
| HSV(B) | 187.83º | 0.26% | 0.69% | - |
| XYZ | 31.42 | 36.63 | 46.49 | - |
| YUV | 158.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 176 | 0.26 | 0.03 | 0 | 0.31 | 187.83 | 0.23 | 0.6 |
| Hex | 82 | AA | B0 | 1A | 3 | 0 | 1F | BC | 17 | 3C |
| Octal | 202 | 252 | 260 | 32 | 3 | 0 | 37 | 274 | 27 | 74 |
| Binary | 10000010 | 10101010 | 10110000 | 11010 | 11 | 0 | 11111 | 10111100 | 10111 | 111100 |
Color Harmonies of #82AAB0
Complementary color
Monochromatic Colors of #82AAB0
Black with #82AAB0
Text Example
Text Example
White with #82AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AAB0; }
p { color: rgb(130,170,176); }
H1.HeaderClassName
{
color: #82AAB0;
}
.AnyTagClassName
{
color: #82AAB0;
}
</style>
background-color css
<style>
a { background-color: #82AAB0; }
a { background-color: rgb(130,170,176); }
div.DivClassName
{
background-color: #82AAB0;
}
.BgClassName
{
background-color: #82AAB0;
}
</style>
border-color css
<style>
span { border-color: #82AAB0; }
span { border-color: rgb(130,170,176); }
td.TdClassName
{
border-color: #82AAB0;
}
.TagClassName
{
border-color: #82AAB0;
}
</style>