Shades of Ziggurat #86B7B6
Tints of Ziggurat #86B7B6
RGB
CMYK
RGB Variations
Color information
#86B7B6 (or 0x86B7B6) is known color: Ziggurat. HEX triplet: 86, B7 and B6. RGB value is (134,183,182). Sum of RGB (Red+Green+Blue) = 134+183+182=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 183 - color contains mainly: green. Hex color #86B7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B7B6 is #794849. Grayscale: #A8A8A8. Windows color (decimal): -7948362 or 11974534. OLE color: 11974534.
HSL color Cylindrical-coordinate representation of color #86B7B6: hue angle of 178.78º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B7B6 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 182 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.28 |
| HSL | 178.78º | 0.25% | 0.62% | - |
| HSV(B) | 178.78º | 0.27% | 0.72% | - |
| XYZ | 35.21 | 42.31 | 50.57 | - |
| YUV | 168.24 | 135.77 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 182 | 0.27 | 0 | 0.01 | 0.28 | 178.78 | 0.25 | 0.62 |
| Hex | 86 | B7 | B6 | 1B | 0 | 1 | 1C | B3 | 19 | 3E |
| Octal | 206 | 267 | 266 | 33 | 0 | 1 | 34 | 263 | 31 | 76 |
| Binary | 10000110 | 10110111 | 10110110 | 11011 | 0 | 1 | 11100 | 10110011 | 11001 | 111110 |
Color Harmonies of #86B7B6
Complementary color
Monochromatic Colors of #86B7B6
Black with #86B7B6
Text Example
Text Example
White with #86B7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B7B6; }
p { color: rgb(134,183,182); }
H1.HeaderClassName
{
color: #86B7B6;
}
.AnyTagClassName
{
color: #86B7B6;
}
</style>
background-color css
<style>
a { background-color: #86B7B6; }
a { background-color: rgb(134,183,182); }
div.DivClassName
{
background-color: #86B7B6;
}
.BgClassName
{
background-color: #86B7B6;
}
</style>
border-color css
<style>
span { border-color: #86B7B6; }
span { border-color: rgb(134,183,182); }
td.TdClassName
{
border-color: #86B7B6;
}
.TagClassName
{
border-color: #86B7B6;
}
</style>