Shades of Glacier #86B2BD
Tints of Glacier #86B2BD
RGB
CMYK
RGB Variations
Color information
#86B2BD (or 0x86B2BD) is known color: Glacier. HEX triplet: 86, B2 and BD. RGB value is (134,178,189). Sum of RGB (Red+Green+Blue) = 134+178+189=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #86B2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B2BD is #794D42. Grayscale: #A6A6A6. Windows color (decimal): -7949635 or 12432006. OLE color: 12432006.
HSL color Cylindrical-coordinate representation of color #86B2BD: hue angle of 192º 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 #86B2BD is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 178 | 189 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.26 |
| HSL | 192º | 0.29% | 0.63% | - |
| HSV(B) | 192º | 0.29% | 0.74% | - |
| XYZ | 34.94 | 40.58 | 54.14 | - |
| YUV | 166.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 189 | 0.29 | 0.06 | 0 | 0.26 | 192 | 0.29 | 0.63 |
| Hex | 86 | B2 | BD | 1D | 6 | 0 | 1A | C0 | 1D | 3F |
| Octal | 206 | 262 | 275 | 35 | 6 | 0 | 32 | 300 | 35 | 77 |
| Binary | 10000110 | 10110010 | 10111101 | 11101 | 110 | 0 | 11010 | 11000000 | 11101 | 111111 |
Color Harmonies of #86B2BD
Complementary color
Monochromatic Colors of #86B2BD
Black with #86B2BD
Text Example
Text Example
White with #86B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B2BD; }
p { color: rgb(134,178,189); }
H1.HeaderClassName
{
color: #86B2BD;
}
.AnyTagClassName
{
color: #86B2BD;
}
</style>
background-color css
<style>
a { background-color: #86B2BD; }
a { background-color: rgb(134,178,189); }
div.DivClassName
{
background-color: #86B2BD;
}
.BgClassName
{
background-color: #86B2BD;
}
</style>
border-color css
<style>
span { border-color: #86B2BD; }
span { border-color: rgb(134,178,189); }
td.TdClassName
{
border-color: #86B2BD;
}
.TagClassName
{
border-color: #86B2BD;
}
</style>