Shades of Glacier #86B8BC
Tints of Glacier #86B8BC
RGB
CMYK
RGB Variations
Color information
#86B8BC (or 0x86B8BC) is known color: Glacier. HEX triplet: 86, B8 and BC. RGB value is (134,184,188). Sum of RGB (Red+Green+Blue) = 134+184+188=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #86B8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B8BC is #794743. Grayscale: #A9A9A9. Windows color (decimal): -7948100 or 12368006. OLE color: 12368006.
HSL color Cylindrical-coordinate representation of color #86B8BC: hue angle of 184.44º 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 #86B8BC is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 184 | 188 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.26 |
| HSL | 184.44º | 0.29% | 0.63% | - |
| HSV(B) | 184.44º | 0.29% | 0.74% | - |
| XYZ | 36.05 | 42.98 | 53.97 | - |
| YUV | 169.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 188 | 0.29 | 0.02 | 0 | 0.26 | 184.44 | 0.29 | 0.63 |
| Hex | 86 | B8 | BC | 1D | 2 | 0 | 1A | B8 | 1D | 3F |
| Octal | 206 | 270 | 274 | 35 | 2 | 0 | 32 | 270 | 35 | 77 |
| Binary | 10000110 | 10111000 | 10111100 | 11101 | 10 | 0 | 11010 | 10111000 | 11101 | 111111 |
Color Harmonies of #86B8BC
Complementary color
Monochromatic Colors of #86B8BC
Black with #86B8BC
Text Example
Text Example
White with #86B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B8BC; }
p { color: rgb(134,184,188); }
H1.HeaderClassName
{
color: #86B8BC;
}
.AnyTagClassName
{
color: #86B8BC;
}
</style>
background-color css
<style>
a { background-color: #86B8BC; }
a { background-color: rgb(134,184,188); }
div.DivClassName
{
background-color: #86B8BC;
}
.BgClassName
{
background-color: #86B8BC;
}
</style>
border-color css
<style>
span { border-color: #86B8BC; }
span { border-color: rgb(134,184,188); }
td.TdClassName
{
border-color: #86B8BC;
}
.TagClassName
{
border-color: #86B8BC;
}
</style>