Shades of Glacier #86B2BE
Tints of Glacier #86B2BE
RGB
CMYK
RGB Variations
Color information
#86B2BE (or 0x86B2BE) is known color: Glacier. HEX triplet: 86, B2 and BE. RGB value is (134,178,190). Sum of RGB (Red+Green+Blue) = 134+178+190=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #86B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B2BE is #794D41. Grayscale: #A6A6A6. Windows color (decimal): -7949634 or 12497542. OLE color: 12497542.
HSL color Cylindrical-coordinate representation of color #86B2BE: hue angle of 192.86º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86B2BE is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 178 | 190 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.25 |
| HSL | 192.86º | 0.3% | 0.64% | - |
| HSV(B) | 192.86º | 0.29% | 0.75% | - |
| XYZ | 35.05 | 40.63 | 54.71 | - |
| YUV | 166.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 190 | 0.29 | 0.06 | 0 | 0.25 | 192.86 | 0.3 | 0.64 |
| Hex | 86 | B2 | BE | 1D | 6 | 0 | 19 | C1 | 1E | 40 |
| Octal | 206 | 262 | 276 | 35 | 6 | 0 | 31 | 301 | 36 | 100 |
| Binary | 10000110 | 10110010 | 10111110 | 11101 | 110 | 0 | 11001 | 11000001 | 11110 | 1000000 |
Color Harmonies of #86B2BE
Complementary color
Monochromatic Colors of #86B2BE
Black with #86B2BE
Text Example
Text Example
White with #86B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B2BE; }
p { color: rgb(134,178,190); }
H1.HeaderClassName
{
color: #86B2BE;
}
.AnyTagClassName
{
color: #86B2BE;
}
</style>
background-color css
<style>
a { background-color: #86B2BE; }
a { background-color: rgb(134,178,190); }
div.DivClassName
{
background-color: #86B2BE;
}
.BgClassName
{
background-color: #86B2BE;
}
</style>
border-color css
<style>
span { border-color: #86B2BE; }
span { border-color: rgb(134,178,190); }
td.TdClassName
{
border-color: #86B2BE;
}
.TagClassName
{
border-color: #86B2BE;
}
</style>