Shades of Glacier #86BABF
Tints of Glacier #86BABF
RGB
CMYK
RGB Variations
Color information
#86BABF (or 0x86BABF) is known color: Glacier. HEX triplet: 86, BA and BF. RGB value is (134,186,191). Sum of RGB (Red+Green+Blue) = 134+186+191=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #86BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BABF is #794540. Grayscale: #AAAAAA. Windows color (decimal): -7947585 or 12565126. OLE color: 12565126.
HSL color Cylindrical-coordinate representation of color #86BABF: hue angle of 185.26º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86BABF is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 186 | 191 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.25 |
| HSL | 185.26º | 0.31% | 0.64% | - |
| HSV(B) | 185.26º | 0.3% | 0.75% | - |
| XYZ | 36.79 | 43.95 | 55.83 | - |
| YUV | 171.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 191 | 0.30 | 0.03 | 0 | 0.25 | 185.26 | 0.31 | 0.64 |
| Hex | 86 | BA | BF | 1E | 3 | 0 | 19 | B9 | 1F | 40 |
| Octal | 206 | 272 | 277 | 36 | 3 | 0 | 31 | 271 | 37 | 100 |
| Binary | 10000110 | 10111010 | 10111111 | 11110 | 11 | 0 | 11001 | 10111001 | 11111 | 1000000 |
Color Harmonies of #86BABF
Complementary color
Monochromatic Colors of #86BABF
Black with #86BABF
Text Example
Text Example
White with #86BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BABF; }
p { color: rgb(134,186,191); }
H1.HeaderClassName
{
color: #86BABF;
}
.AnyTagClassName
{
color: #86BABF;
}
</style>
background-color css
<style>
a { background-color: #86BABF; }
a { background-color: rgb(134,186,191); }
div.DivClassName
{
background-color: #86BABF;
}
.BgClassName
{
background-color: #86BABF;
}
</style>
border-color css
<style>
span { border-color: #86BABF; }
span { border-color: rgb(134,186,191); }
td.TdClassName
{
border-color: #86BABF;
}
.TagClassName
{
border-color: #86BABF;
}
</style>