Shades of Ziggurat #83B2B3
Tints of Ziggurat #83B2B3
RGB
CMYK
RGB Variations
Color information
#83B2B3 (or 0x83B2B3) is known color: Ziggurat. HEX triplet: 83, B2 and B3. RGB value is (131,178,179). Sum of RGB (Red+Green+Blue) = 131+178+179=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 179 - color contains mainly: blue. Hex color #83B2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B2B3 is #7C4D4C. Grayscale: #A4A4A4. Windows color (decimal): -8146253 or 11776643. OLE color: 11776643.
HSL color Cylindrical-coordinate representation of color #83B2B3: hue angle of 181.25º 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 #83B2B3 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 178 | 179 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.30 |
| HSL | 181.25º | 0.24% | 0.61% | - |
| HSV(B) | 181.25º | 0.27% | 0.7% | - |
| XYZ | 33.42 | 39.92 | 48.59 | - |
| YUV | 164.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 179 | 0.27 | 0.01 | 0 | 0.30 | 181.25 | 0.24 | 0.61 |
| Hex | 83 | B2 | B3 | 1B | 1 | 0 | 1E | B5 | 18 | 3D |
| Octal | 203 | 262 | 263 | 33 | 1 | 0 | 36 | 265 | 30 | 75 |
| Binary | 10000011 | 10110010 | 10110011 | 11011 | 1 | 0 | 11110 | 10110101 | 11000 | 111101 |
Color Harmonies of #83B2B3
Complementary color
Monochromatic Colors of #83B2B3
Black with #83B2B3
Text Example
Text Example
White with #83B2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B2B3; }
p { color: rgb(131,178,179); }
H1.HeaderClassName
{
color: #83B2B3;
}
.AnyTagClassName
{
color: #83B2B3;
}
</style>
background-color css
<style>
a { background-color: #83B2B3; }
a { background-color: rgb(131,178,179); }
div.DivClassName
{
background-color: #83B2B3;
}
.BgClassName
{
background-color: #83B2B3;
}
</style>
border-color css
<style>
span { border-color: #83B2B3; }
span { border-color: rgb(131,178,179); }
td.TdClassName
{
border-color: #83B2B3;
}
.TagClassName
{
border-color: #83B2B3;
}
</style>