Shades of Glacier #86B7BA
Tints of Glacier #86B7BA
RGB
CMYK
RGB Variations
Color information
#86B7BA (or 0x86B7BA) is known color: Glacier. HEX triplet: 86, B7 and BA. RGB value is (134,183,186). Sum of RGB (Red+Green+Blue) = 134+183+186=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #86B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B7BA is #794845. Grayscale: #A8A8A8. Windows color (decimal): -7948358 or 12236678. OLE color: 12236678.
HSL color Cylindrical-coordinate representation of color #86B7BA: hue angle of 183.46º 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 #86B7BA is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 183 | 186 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.27 |
| HSL | 183.46º | 0.27% | 0.63% | - |
| HSV(B) | 183.46º | 0.28% | 0.73% | - |
| XYZ | 35.63 | 42.48 | 52.78 | - |
| YUV | 168.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 186 | 0.28 | 0.02 | 0 | 0.27 | 183.46 | 0.27 | 0.63 |
| Hex | 86 | B7 | BA | 1C | 2 | 0 | 1B | B7 | 1B | 3F |
| Octal | 206 | 267 | 272 | 34 | 2 | 0 | 33 | 267 | 33 | 77 |
| Binary | 10000110 | 10110111 | 10111010 | 11100 | 10 | 0 | 11011 | 10110111 | 11011 | 111111 |
Color Harmonies of #86B7BA
Complementary color
Monochromatic Colors of #86B7BA
Black with #86B7BA
Text Example
Text Example
White with #86B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B7BA; }
p { color: rgb(134,183,186); }
H1.HeaderClassName
{
color: #86B7BA;
}
.AnyTagClassName
{
color: #86B7BA;
}
</style>
background-color css
<style>
a { background-color: #86B7BA; }
a { background-color: rgb(134,183,186); }
div.DivClassName
{
background-color: #86B7BA;
}
.BgClassName
{
background-color: #86B7BA;
}
</style>
border-color css
<style>
span { border-color: #86B7BA; }
span { border-color: rgb(134,183,186); }
td.TdClassName
{
border-color: #86B7BA;
}
.TagClassName
{
border-color: #86B7BA;
}
</style>