Shades of Ziggurat #86B2B1
Tints of Ziggurat #86B2B1
RGB
CMYK
RGB Variations
Color information
#86B2B1 (or 0x86B2B1) is known color: Ziggurat. HEX triplet: 86, B2 and B1. RGB value is (134,178,177). Sum of RGB (Red+Green+Blue) = 134+178+177=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 178 - color contains mainly: green. Hex color #86B2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B2B1 is #794D4E. Grayscale: #A4A4A4. Windows color (decimal): -7949647 or 11645574. OLE color: 11645574.
HSL color Cylindrical-coordinate representation of color #86B2B1: hue angle of 178.64º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86B2B1 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 177 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.30 |
| HSL | 178.64º | 0.22% | 0.61% | - |
| HSV(B) | 178.64º | 0.25% | 0.7% | - |
| XYZ | 33.69 | 40.08 | 47.56 | - |
| YUV | 164.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 177 | 0.25 | 0 | 0.01 | 0.30 | 178.64 | 0.22 | 0.61 |
| Hex | 86 | B2 | B1 | 19 | 0 | 1 | 1E | B3 | 16 | 3D |
| Octal | 206 | 262 | 261 | 31 | 0 | 1 | 36 | 263 | 26 | 75 |
| Binary | 10000110 | 10110010 | 10110001 | 11001 | 0 | 1 | 11110 | 10110011 | 10110 | 111101 |
Color Harmonies of #86B2B1
Complementary color
Monochromatic Colors of #86B2B1
Black with #86B2B1
Text Example
Text Example
White with #86B2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B2B1; }
p { color: rgb(134,178,177); }
H1.HeaderClassName
{
color: #86B2B1;
}
.AnyTagClassName
{
color: #86B2B1;
}
</style>
background-color css
<style>
a { background-color: #86B2B1; }
a { background-color: rgb(134,178,177); }
div.DivClassName
{
background-color: #86B2B1;
}
.BgClassName
{
background-color: #86B2B1;
}
</style>
border-color css
<style>
span { border-color: #86B2B1; }
span { border-color: rgb(134,178,177); }
td.TdClassName
{
border-color: #86B2B1;
}
.TagClassName
{
border-color: #86B2B1;
}
</style>