Shades of Glacier #86B5BA
Tints of Glacier #86B5BA
RGB
CMYK
RGB Variations
Color information
#86B5BA (or 0x86B5BA) is known color: Glacier. HEX triplet: 86, B5 and BA. RGB value is (134,181,186). Sum of RGB (Red+Green+Blue) = 134+181+186=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #86B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B5BA is #794A45. Grayscale: #A7A7A7. Windows color (decimal): -7948870 or 12236166. OLE color: 12236166.
HSL color Cylindrical-coordinate representation of color #86B5BA: hue angle of 185.77º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86B5BA is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 181 | 186 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.27 |
| HSL | 185.77º | 0.27% | 0.63% | - |
| HSV(B) | 185.77º | 0.28% | 0.73% | - |
| XYZ | 35.22 | 41.66 | 52.64 | - |
| YUV | 167.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 186 | 0.28 | 0.03 | 0 | 0.27 | 185.77 | 0.27 | 0.63 |
| Hex | 86 | B5 | BA | 1C | 3 | 0 | 1B | BA | 1B | 3F |
| Octal | 206 | 265 | 272 | 34 | 3 | 0 | 33 | 272 | 33 | 77 |
| Binary | 10000110 | 10110101 | 10111010 | 11100 | 11 | 0 | 11011 | 10111010 | 11011 | 111111 |
Color Harmonies of #86B5BA
Complementary color
Monochromatic Colors of #86B5BA
Black with #86B5BA
Text Example
Text Example
White with #86B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B5BA; }
p { color: rgb(134,181,186); }
H1.HeaderClassName
{
color: #86B5BA;
}
.AnyTagClassName
{
color: #86B5BA;
}
</style>
background-color css
<style>
a { background-color: #86B5BA; }
a { background-color: rgb(134,181,186); }
div.DivClassName
{
background-color: #86B5BA;
}
.BgClassName
{
background-color: #86B5BA;
}
</style>
border-color css
<style>
span { border-color: #86B5BA; }
span { border-color: rgb(134,181,186); }
td.TdClassName
{
border-color: #86B5BA;
}
.TagClassName
{
border-color: #86B5BA;
}
</style>