Shades of Ziggurat #82ADB2
Tints of Ziggurat #82ADB2
RGB
CMYK
RGB Variations
Color information
#82ADB2 (or 0x82ADB2) is known color: Ziggurat. HEX triplet: 82, AD and B2. RGB value is (130,173,178). Sum of RGB (Red+Green+Blue) = 130+173+178=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 178 - color contains mainly: blue. Hex color #82ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ADB2 is #7D524D. Grayscale: #A0A0A0. Windows color (decimal): -8213070 or 11709826. OLE color: 11709826.
HSL color Cylindrical-coordinate representation of color #82ADB2: hue angle of 186.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82ADB2 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 173 | 178 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.30 |
| HSL | 186.25º | 0.24% | 0.6% | - |
| HSV(B) | 186.25º | 0.27% | 0.7% | - |
| XYZ | 32.19 | 37.85 | 47.73 | - |
| YUV | 160.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 178 | 0.27 | 0.03 | 0 | 0.30 | 186.25 | 0.24 | 0.6 |
| Hex | 82 | AD | B2 | 1B | 3 | 0 | 1E | BA | 18 | 3C |
| Octal | 202 | 255 | 262 | 33 | 3 | 0 | 36 | 272 | 30 | 74 |
| Binary | 10000010 | 10101101 | 10110010 | 11011 | 11 | 0 | 11110 | 10111010 | 11000 | 111100 |
Color Harmonies of #82ADB2
Complementary color
Monochromatic Colors of #82ADB2
Black with #82ADB2
Text Example
Text Example
White with #82ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ADB2; }
p { color: rgb(130,173,178); }
H1.HeaderClassName
{
color: #82ADB2;
}
.AnyTagClassName
{
color: #82ADB2;
}
</style>
background-color css
<style>
a { background-color: #82ADB2; }
a { background-color: rgb(130,173,178); }
div.DivClassName
{
background-color: #82ADB2;
}
.BgClassName
{
background-color: #82ADB2;
}
</style>
border-color css
<style>
span { border-color: #82ADB2; }
span { border-color: rgb(130,173,178); }
td.TdClassName
{
border-color: #82ADB2;
}
.TagClassName
{
border-color: #82ADB2;
}
</style>