Shades of Ziggurat #86B2B4
Tints of Ziggurat #86B2B4
RGB
CMYK
RGB Variations
Color information
#86B2B4 (or 0x86B2B4) is known color: Ziggurat. HEX triplet: 86, B2 and B4. RGB value is (134,178,180). Sum of RGB (Red+Green+Blue) = 134+178+180=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 180 - color contains mainly: blue. Hex color #86B2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B2B4 is #794D4B. Grayscale: #A5A5A5. Windows color (decimal): -7949644 or 11842182. OLE color: 11842182.
HSL color Cylindrical-coordinate representation of color #86B2B4: hue angle of 182.61º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B2B4 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 178 | 180 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.29 |
| HSL | 182.61º | 0.23% | 0.62% | - |
| HSV(B) | 182.61º | 0.26% | 0.71% | - |
| XYZ | 33.99 | 40.2 | 49.15 | - |
| YUV | 165.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 180 | 0.26 | 0.01 | 0 | 0.29 | 182.61 | 0.23 | 0.62 |
| Hex | 86 | B2 | B4 | 1A | 1 | 0 | 1D | B7 | 17 | 3E |
| Octal | 206 | 262 | 264 | 32 | 1 | 0 | 35 | 267 | 27 | 76 |
| Binary | 10000110 | 10110010 | 10110100 | 11010 | 1 | 0 | 11101 | 10110111 | 10111 | 111110 |
Color Harmonies of #86B2B4
Complementary color
Monochromatic Colors of #86B2B4
Black with #86B2B4
Text Example
Text Example
White with #86B2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B2B4; }
p { color: rgb(134,178,180); }
H1.HeaderClassName
{
color: #86B2B4;
}
.AnyTagClassName
{
color: #86B2B4;
}
</style>
background-color css
<style>
a { background-color: #86B2B4; }
a { background-color: rgb(134,178,180); }
div.DivClassName
{
background-color: #86B2B4;
}
.BgClassName
{
background-color: #86B2B4;
}
</style>
border-color css
<style>
span { border-color: #86B2B4; }
span { border-color: rgb(134,178,180); }
td.TdClassName
{
border-color: #86B2B4;
}
.TagClassName
{
border-color: #86B2B4;
}
</style>