Shades of Ziggurat #82B0B3
Tints of Ziggurat #82B0B3
RGB
CMYK
RGB Variations
Color information
#82B0B3 (or 0x82B0B3) is known color: Ziggurat. HEX triplet: 82, B0 and B3. RGB value is (130,176,179). Sum of RGB (Red+Green+Blue) = 130+176+179=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #82B0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B0B3 is #7D4F4C. Grayscale: #A2A2A2. Windows color (decimal): -8212301 or 11776130. OLE color: 11776130.
HSL color Cylindrical-coordinate representation of color #82B0B3: hue angle of 183.67º 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 #82B0B3 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 176 | 179 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.30 |
| HSL | 183.67º | 0.24% | 0.61% | - |
| HSV(B) | 183.67º | 0.27% | 0.7% | - |
| XYZ | 32.87 | 39.05 | 48.45 | - |
| YUV | 162.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 176 | 179 | 0.27 | 0.02 | 0 | 0.30 | 183.67 | 0.24 | 0.61 |
| Hex | 82 | B0 | B3 | 1B | 2 | 0 | 1E | B8 | 18 | 3D |
| Octal | 202 | 260 | 263 | 33 | 2 | 0 | 36 | 270 | 30 | 75 |
| Binary | 10000010 | 10110000 | 10110011 | 11011 | 10 | 0 | 11110 | 10111000 | 11000 | 111101 |
Color Harmonies of #82B0B3
Complementary color
Monochromatic Colors of #82B0B3
Black with #82B0B3
Text Example
Text Example
White with #82B0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B0B3; }
p { color: rgb(130,176,179); }
H1.HeaderClassName
{
color: #82B0B3;
}
.AnyTagClassName
{
color: #82B0B3;
}
</style>
background-color css
<style>
a { background-color: #82B0B3; }
a { background-color: rgb(130,176,179); }
div.DivClassName
{
background-color: #82B0B3;
}
.BgClassName
{
background-color: #82B0B3;
}
</style>
border-color css
<style>
span { border-color: #82B0B3; }
span { border-color: rgb(130,176,179); }
td.TdClassName
{
border-color: #82B0B3;
}
.TagClassName
{
border-color: #82B0B3;
}
</style>