Shades of Glacier #86B8BB
Tints of Glacier #86B8BB
RGB
CMYK
RGB Variations
Color information
#86B8BB (or 0x86B8BB) is known color: Glacier. HEX triplet: 86, B8 and BB. RGB value is (134,184,187). Sum of RGB (Red+Green+Blue) = 134+184+187=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #86B8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B8BB is #794744. Grayscale: #A9A9A9. Windows color (decimal): -7948101 or 12302470. OLE color: 12302470.
HSL color Cylindrical-coordinate representation of color #86B8BB: hue angle of 183.4º degrees, saturation: 0.28, 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 #86B8BB is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 184 | 187 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.27 |
| HSL | 183.4º | 0.28% | 0.63% | - |
| HSV(B) | 183.4º | 0.28% | 0.73% | - |
| XYZ | 35.94 | 42.94 | 53.41 | - |
| YUV | 169.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 187 | 0.28 | 0.02 | 0 | 0.27 | 183.4 | 0.28 | 0.63 |
| Hex | 86 | B8 | BB | 1C | 2 | 0 | 1B | B7 | 1C | 3F |
| Octal | 206 | 270 | 273 | 34 | 2 | 0 | 33 | 267 | 34 | 77 |
| Binary | 10000110 | 10111000 | 10111011 | 11100 | 10 | 0 | 11011 | 10110111 | 11100 | 111111 |
Color Harmonies of #86B8BB
Complementary color
Monochromatic Colors of #86B8BB
Black with #86B8BB
Text Example
Text Example
White with #86B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B8BB; }
p { color: rgb(134,184,187); }
H1.HeaderClassName
{
color: #86B8BB;
}
.AnyTagClassName
{
color: #86B8BB;
}
</style>
background-color css
<style>
a { background-color: #86B8BB; }
a { background-color: rgb(134,184,187); }
div.DivClassName
{
background-color: #86B8BB;
}
.BgClassName
{
background-color: #86B8BB;
}
</style>
border-color css
<style>
span { border-color: #86B8BB; }
span { border-color: rgb(134,184,187); }
td.TdClassName
{
border-color: #86B8BB;
}
.TagClassName
{
border-color: #86B8BB;
}
</style>