Shades of Glacier #86BBBC
Tints of Glacier #86BBBC
RGB
CMYK
RGB Variations
Color information
#86BBBC (or 0x86BBBC) is known color: Glacier. HEX triplet: 86, BB and BC. RGB value is (134,187,188). Sum of RGB (Red+Green+Blue) = 134+187+188=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #86BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBBC is #794443. Grayscale: #ABABAB. Windows color (decimal): -7947332 or 12368774. OLE color: 12368774.
HSL color Cylindrical-coordinate representation of color #86BBBC: hue angle of 181.11º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BBBC is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 187 | 188 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.26 |
| HSL | 181.11º | 0.29% | 0.63% | - |
| HSV(B) | 181.11º | 0.29% | 0.74% | - |
| XYZ | 36.68 | 44.24 | 54.18 | - |
| YUV | 171.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 188 | 0.29 | 0.01 | 0 | 0.26 | 181.11 | 0.29 | 0.63 |
| Hex | 86 | BB | BC | 1D | 1 | 0 | 1A | B5 | 1D | 3F |
| Octal | 206 | 273 | 274 | 35 | 1 | 0 | 32 | 265 | 35 | 77 |
| Binary | 10000110 | 10111011 | 10111100 | 11101 | 1 | 0 | 11010 | 10110101 | 11101 | 111111 |
Color Harmonies of #86BBBC
Complementary color
Monochromatic Colors of #86BBBC
Black with #86BBBC
Text Example
Text Example
White with #86BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BBBC; }
p { color: rgb(134,187,188); }
H1.HeaderClassName
{
color: #86BBBC;
}
.AnyTagClassName
{
color: #86BBBC;
}
</style>
background-color css
<style>
a { background-color: #86BBBC; }
a { background-color: rgb(134,187,188); }
div.DivClassName
{
background-color: #86BBBC;
}
.BgClassName
{
background-color: #86BBBC;
}
</style>
border-color css
<style>
span { border-color: #86BBBC; }
span { border-color: rgb(134,187,188); }
td.TdClassName
{
border-color: #86BBBC;
}
.TagClassName
{
border-color: #86BBBC;
}
</style>