Shades of Glacier #86B9BC
Tints of Glacier #86B9BC
RGB
CMYK
RGB Variations
Color information
#86B9BC (or 0x86B9BC) is known color: Glacier. HEX triplet: 86, B9 and BC. RGB value is (134,185,188). Sum of RGB (Red+Green+Blue) = 134+185+188=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #86B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B9BC is #794643. Grayscale: #AAAAAA. Windows color (decimal): -7947844 or 12368262. OLE color: 12368262.
HSL color Cylindrical-coordinate representation of color #86B9BC: hue angle of 183.33º 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 #86B9BC is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 185 | 188 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.26 |
| HSL | 183.33º | 0.29% | 0.63% | - |
| HSV(B) | 183.33º | 0.29% | 0.74% | - |
| XYZ | 36.26 | 43.4 | 54.04 | - |
| YUV | 170.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 185 | 188 | 0.29 | 0.02 | 0 | 0.26 | 183.33 | 0.29 | 0.63 |
| Hex | 86 | B9 | BC | 1D | 2 | 0 | 1A | B7 | 1D | 3F |
| Octal | 206 | 271 | 274 | 35 | 2 | 0 | 32 | 267 | 35 | 77 |
| Binary | 10000110 | 10111001 | 10111100 | 11101 | 10 | 0 | 11010 | 10110111 | 11101 | 111111 |
Color Harmonies of #86B9BC
Complementary color
Monochromatic Colors of #86B9BC
Black with #86B9BC
Text Example
Text Example
White with #86B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B9BC; }
p { color: rgb(134,185,188); }
H1.HeaderClassName
{
color: #86B9BC;
}
.AnyTagClassName
{
color: #86B9BC;
}
</style>
background-color css
<style>
a { background-color: #86B9BC; }
a { background-color: rgb(134,185,188); }
div.DivClassName
{
background-color: #86B9BC;
}
.BgClassName
{
background-color: #86B9BC;
}
</style>
border-color css
<style>
span { border-color: #86B9BC; }
span { border-color: rgb(134,185,188); }
td.TdClassName
{
border-color: #86B9BC;
}
.TagClassName
{
border-color: #86B9BC;
}
</style>