Shades of Ziggurat #83B3B5
Tints of Ziggurat #83B3B5
RGB
CMYK
RGB Variations
Color information
#83B3B5 (or 0x83B3B5) is known color: Ziggurat. HEX triplet: 83, B3 and B5. RGB value is (131,179,181). Sum of RGB (Red+Green+Blue) = 131+179+181=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 181 - color contains mainly: blue. Hex color #83B3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B3B5 is #7C4C4A. Grayscale: #A4A4A4. Windows color (decimal): -8145995 or 11907971. OLE color: 11907971.
HSL color Cylindrical-coordinate representation of color #83B3B5: hue angle of 182.4º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83B3B5 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 179 | 181 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.29 |
| HSL | 182.4º | 0.25% | 0.61% | - |
| HSV(B) | 182.4º | 0.28% | 0.71% | - |
| XYZ | 33.82 | 40.4 | 49.73 | - |
| YUV | 164.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 181 | 0.28 | 0.01 | 0 | 0.29 | 182.4 | 0.25 | 0.61 |
| Hex | 83 | B3 | B5 | 1C | 1 | 0 | 1D | B6 | 19 | 3D |
| Octal | 203 | 263 | 265 | 34 | 1 | 0 | 35 | 266 | 31 | 75 |
| Binary | 10000011 | 10110011 | 10110101 | 11100 | 1 | 0 | 11101 | 10110110 | 11001 | 111101 |
Color Harmonies of #83B3B5
Complementary color
Monochromatic Colors of #83B3B5
Black with #83B3B5
Text Example
Text Example
White with #83B3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B3B5; }
p { color: rgb(131,179,181); }
H1.HeaderClassName
{
color: #83B3B5;
}
.AnyTagClassName
{
color: #83B3B5;
}
</style>
background-color css
<style>
a { background-color: #83B3B5; }
a { background-color: rgb(131,179,181); }
div.DivClassName
{
background-color: #83B3B5;
}
.BgClassName
{
background-color: #83B3B5;
}
</style>
border-color css
<style>
span { border-color: #83B3B5; }
span { border-color: rgb(131,179,181); }
td.TdClassName
{
border-color: #83B3B5;
}
.TagClassName
{
border-color: #83B3B5;
}
</style>