Shades of Ziggurat #86AAB0
Tints of Ziggurat #86AAB0
RGB
CMYK
RGB Variations
Color information
#86AAB0 (or 0x86AAB0) is known color: Ziggurat. HEX triplet: 86, AA and B0. RGB value is (134,170,176). Sum of RGB (Red+Green+Blue) = 134+170+176=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 176 - color contains mainly: blue. Hex color #86AAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AAB0 is #79554F. Grayscale: #9F9F9F. Windows color (decimal): -7951696 or 11577990. OLE color: 11577990.
HSL color Cylindrical-coordinate representation of color #86AAB0: hue angle of 188.57º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86AAB0 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 170 | 176 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.31 |
| HSL | 188.57º | 0.21% | 0.61% | - |
| HSV(B) | 188.57º | 0.24% | 0.69% | - |
| XYZ | 32.04 | 36.95 | 46.52 | - |
| YUV | 159.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 176 | 0.24 | 0.03 | 0 | 0.31 | 188.57 | 0.21 | 0.61 |
| Hex | 86 | AA | B0 | 18 | 3 | 0 | 1F | BD | 15 | 3D |
| Octal | 206 | 252 | 260 | 30 | 3 | 0 | 37 | 275 | 25 | 75 |
| Binary | 10000110 | 10101010 | 10110000 | 11000 | 11 | 0 | 11111 | 10111101 | 10101 | 111101 |
Color Harmonies of #86AAB0
Complementary color
Monochromatic Colors of #86AAB0
Black with #86AAB0
Text Example
Text Example
White with #86AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AAB0; }
p { color: rgb(134,170,176); }
H1.HeaderClassName
{
color: #86AAB0;
}
.AnyTagClassName
{
color: #86AAB0;
}
</style>
background-color css
<style>
a { background-color: #86AAB0; }
a { background-color: rgb(134,170,176); }
div.DivClassName
{
background-color: #86AAB0;
}
.BgClassName
{
background-color: #86AAB0;
}
</style>
border-color css
<style>
span { border-color: #86AAB0; }
span { border-color: rgb(134,170,176); }
td.TdClassName
{
border-color: #86AAB0;
}
.TagClassName
{
border-color: #86AAB0;
}
</style>