Shades of Glacier #86B8BD
Tints of Glacier #86B8BD
RGB
CMYK
RGB Variations
Color information
#86B8BD (or 0x86B8BD) is known color: Glacier. HEX triplet: 86, B8 and BD. RGB value is (134,184,189). Sum of RGB (Red+Green+Blue) = 134+184+189=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #86B8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B8BD is #794742. Grayscale: #A9A9A9. Windows color (decimal): -7948099 or 12433542. OLE color: 12433542.
HSL color Cylindrical-coordinate representation of color #86B8BD: hue angle of 185.45º 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 #86B8BD is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 184 | 189 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.26 |
| HSL | 185.45º | 0.29% | 0.63% | - |
| HSV(B) | 185.45º | 0.29% | 0.74% | - |
| XYZ | 36.16 | 43.02 | 54.54 | - |
| YUV | 169.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 189 | 0.29 | 0.03 | 0 | 0.26 | 185.45 | 0.29 | 0.63 |
| Hex | 86 | B8 | BD | 1D | 3 | 0 | 1A | B9 | 1D | 3F |
| Octal | 206 | 270 | 275 | 35 | 3 | 0 | 32 | 271 | 35 | 77 |
| Binary | 10000110 | 10111000 | 10111101 | 11101 | 11 | 0 | 11010 | 10111001 | 11101 | 111111 |
Color Harmonies of #86B8BD
Complementary color
Monochromatic Colors of #86B8BD
Black with #86B8BD
Text Example
Text Example
White with #86B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B8BD; }
p { color: rgb(134,184,189); }
H1.HeaderClassName
{
color: #86B8BD;
}
.AnyTagClassName
{
color: #86B8BD;
}
</style>
background-color css
<style>
a { background-color: #86B8BD; }
a { background-color: rgb(134,184,189); }
div.DivClassName
{
background-color: #86B8BD;
}
.BgClassName
{
background-color: #86B8BD;
}
</style>
border-color css
<style>
span { border-color: #86B8BD; }
span { border-color: rgb(134,184,189); }
td.TdClassName
{
border-color: #86B8BD;
}
.TagClassName
{
border-color: #86B8BD;
}
</style>