Shades of Cascade #86AA9D
Tints of Cascade #86AA9D
RGB
CMYK
RGB Variations
Color information
#86AA9D (or 0x86AA9D) is known color: Cascade. HEX triplet: 86, AA and 9D. RGB value is (134,170,157). Sum of RGB (Red+Green+Blue) = 134+170+157=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AA9D is #795562. Grayscale: #9D9D9D. Windows color (decimal): -7951715 or 10332806. OLE color: 10332806.
HSL color Cylindrical-coordinate representation of color #86AA9D: hue angle of 158.33º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86AA9D is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 157 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.33 |
| HSL | 158.33º | 0.17% | 0.6% | - |
| HSV(B) | 158.33º | 0.21% | 0.67% | - |
| XYZ | 30.29 | 36.25 | 37.3 | - |
| YUV | 157.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 157 | 0.21 | 0 | 0.08 | 0.33 | 158.33 | 0.17 | 0.6 |
| Hex | 86 | AA | 9D | 15 | 0 | 8 | 21 | 9E | 11 | 3C |
| Octal | 206 | 252 | 235 | 25 | 0 | 10 | 41 | 236 | 21 | 74 |
| Binary | 10000110 | 10101010 | 10011101 | 10101 | 0 | 1000 | 100001 | 10011110 | 10001 | 111100 |
Color Harmonies of #86AA9D
Complementary color
Monochromatic Colors of #86AA9D
Black with #86AA9D
Text Example
Text Example
White with #86AA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA9D; }
p { color: rgb(134,170,157); }
H1.HeaderClassName
{
color: #86AA9D;
}
.AnyTagClassName
{
color: #86AA9D;
}
</style>
background-color css
<style>
a { background-color: #86AA9D; }
a { background-color: rgb(134,170,157); }
div.DivClassName
{
background-color: #86AA9D;
}
.BgClassName
{
background-color: #86AA9D;
}
</style>
border-color css
<style>
span { border-color: #86AA9D; }
span { border-color: rgb(134,170,157); }
td.TdClassName
{
border-color: #86AA9D;
}
.TagClassName
{
border-color: #86AA9D;
}
</style>