Shades of Ziggurat #82ADB3
Tints of Ziggurat #82ADB3
RGB
CMYK
RGB Variations
Color information
#82ADB3 (or 0x82ADB3) is known color: Ziggurat. HEX triplet: 82, AD and B3. RGB value is (130,173,179). Sum of RGB (Red+Green+Blue) = 130+173+179=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #82ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADB3 is #7D524C. Grayscale: #A0A0A0. Windows color (decimal): -8213069 or 11775362. OLE color: 11775362.
HSL color Cylindrical-coordinate representation of color #82ADB3: hue angle of 187.35º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82ADB3 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 173 | 179 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.30 |
| HSL | 187.35º | 0.24% | 0.61% | - |
| HSV(B) | 187.35º | 0.27% | 0.7% | - |
| XYZ | 32.29 | 37.89 | 48.26 | - |
| YUV | 160.83 | 138.25 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 179 | 0.27 | 0.03 | 0 | 0.30 | 187.35 | 0.24 | 0.61 |
| Hex | 82 | AD | B3 | 1B | 3 | 0 | 1E | BB | 18 | 3D |
| Octal | 202 | 255 | 263 | 33 | 3 | 0 | 36 | 273 | 30 | 75 |
| Binary | 10000010 | 10101101 | 10110011 | 11011 | 11 | 0 | 11110 | 10111011 | 11000 | 111101 |
Color Harmonies of #82ADB3
Complementary color
Monochromatic Colors of #82ADB3
Black with #82ADB3
Text Example
Text Example
White with #82ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ADB3; }
p { color: rgb(130,173,179); }
H1.HeaderClassName
{
color: #82ADB3;
}
.AnyTagClassName
{
color: #82ADB3;
}
</style>
background-color css
<style>
a { background-color: #82ADB3; }
a { background-color: rgb(130,173,179); }
div.DivClassName
{
background-color: #82ADB3;
}
.BgClassName
{
background-color: #82ADB3;
}
</style>
border-color css
<style>
span { border-color: #82ADB3; }
span { border-color: rgb(130,173,179); }
td.TdClassName
{
border-color: #82ADB3;
}
.TagClassName
{
border-color: #82ADB3;
}
</style>