Shades of Ziggurat #86B3B0
Tints of Ziggurat #86B3B0
RGB
CMYK
RGB Variations
Color information
#86B3B0 (or 0x86B3B0) is known color: Ziggurat. HEX triplet: 86, B3 and B0. RGB value is (134,179,176). Sum of RGB (Red+Green+Blue) = 134+179+176=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 179 - color contains mainly: green. Hex color #86B3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B3B0 is #794C4F. Grayscale: #A5A5A5. Windows color (decimal): -7949392 or 11580294. OLE color: 11580294.
HSL color Cylindrical-coordinate representation of color #86B3B0: hue angle of 176º degrees, saturation: 0.23, 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 #86B3B0 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 179 | 176 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.30 |
| HSL | 176º | 0.23% | 0.61% | - |
| HSV(B) | 176º | 0.25% | 0.7% | - |
| XYZ | 33.79 | 40.44 | 47.1 | - |
| YUV | 165.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 179 | 176 | 0.25 | 0 | 0.02 | 0.30 | 176 | 0.23 | 0.61 |
| Hex | 86 | B3 | B0 | 19 | 0 | 2 | 1E | B0 | 17 | 3D |
| Octal | 206 | 263 | 260 | 31 | 0 | 2 | 36 | 260 | 27 | 75 |
| Binary | 10000110 | 10110011 | 10110000 | 11001 | 0 | 10 | 11110 | 10110000 | 10111 | 111101 |
Color Harmonies of #86B3B0
Complementary color
Monochromatic Colors of #86B3B0
Black with #86B3B0
Text Example
Text Example
White with #86B3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B3B0; }
p { color: rgb(134,179,176); }
H1.HeaderClassName
{
color: #86B3B0;
}
.AnyTagClassName
{
color: #86B3B0;
}
</style>
background-color css
<style>
a { background-color: #86B3B0; }
a { background-color: rgb(134,179,176); }
div.DivClassName
{
background-color: #86B3B0;
}
.BgClassName
{
background-color: #86B3B0;
}
</style>
border-color css
<style>
span { border-color: #86B3B0; }
span { border-color: rgb(134,179,176); }
td.TdClassName
{
border-color: #86B3B0;
}
.TagClassName
{
border-color: #86B3B0;
}
</style>