Shades of Glacier #86BCBC
Tints of Glacier #86BCBC
RGB
CMYK
RGB Variations
Color information
#86BCBC (or 0x86BCBC) is known color: Glacier. HEX triplet: 86, BC and BC. RGB value is (134,188,188). Sum of RGB (Red+Green+Blue) = 134+188+188=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #86BCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCBC is #794343. Grayscale: #ABABAB. Windows color (decimal): -7947076 or 12369030. OLE color: 12369030.
HSL color Cylindrical-coordinate representation of color #86BCBC: hue angle of 180º 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 #86BCBC is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 188 | - |
| CMYK | 0.29 | 0 | 0 | 0.26 |
| HSL | 180º | 0.29% | 0.63% | - |
| HSV(B) | 180º | 0.29% | 0.74% | - |
| XYZ | 36.89 | 44.67 | 54.25 | - |
| YUV | 171.85 | 137.11 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 188 | 0.29 | 0 | 0 | 0.26 | 180 | 0.29 | 0.63 |
| Hex | 86 | BC | BC | 1D | 0 | 0 | 1A | B4 | 1D | 3F |
| Octal | 206 | 274 | 274 | 35 | 0 | 0 | 32 | 264 | 35 | 77 |
| Binary | 10000110 | 10111100 | 10111100 | 11101 | 0 | 0 | 11010 | 10110100 | 11101 | 111111 |
Color Harmonies of #86BCBC
Complementary color
Monochromatic Colors of #86BCBC
Black with #86BCBC
Text Example
Text Example
White with #86BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BCBC; }
p { color: rgb(134,188,188); }
H1.HeaderClassName
{
color: #86BCBC;
}
.AnyTagClassName
{
color: #86BCBC;
}
</style>
background-color css
<style>
a { background-color: #86BCBC; }
a { background-color: rgb(134,188,188); }
div.DivClassName
{
background-color: #86BCBC;
}
.BgClassName
{
background-color: #86BCBC;
}
</style>
border-color css
<style>
span { border-color: #86BCBC; }
span { border-color: rgb(134,188,188); }
td.TdClassName
{
border-color: #86BCBC;
}
.TagClassName
{
border-color: #86BCBC;
}
</style>