Shades of Glacier #86BEBF
Tints of Glacier #86BEBF
RGB
CMYK
RGB Variations
Color information
#86BEBF (or 0x86BEBF) is known color: Glacier. HEX triplet: 86, BE and BF. RGB value is (134,190,191). Sum of RGB (Red+Green+Blue) = 134+190+191=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #86BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BEBF is #794140. Grayscale: #ADADAD. Windows color (decimal): -7946561 or 12566150. OLE color: 12566150.
HSL color Cylindrical-coordinate representation of color #86BEBF: hue angle of 181.05º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86BEBF is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 191 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.25 |
| HSL | 181.05º | 0.31% | 0.64% | - |
| HSV(B) | 181.05º | 0.3% | 0.75% | - |
| XYZ | 37.65 | 45.66 | 56.12 | - |
| YUV | 173.37 | 137.95 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 191 | 0.30 | 0.01 | 0 | 0.25 | 181.05 | 0.31 | 0.64 |
| Hex | 86 | BE | BF | 1E | 1 | 0 | 19 | B5 | 1F | 40 |
| Octal | 206 | 276 | 277 | 36 | 1 | 0 | 31 | 265 | 37 | 100 |
| Binary | 10000110 | 10111110 | 10111111 | 11110 | 1 | 0 | 11001 | 10110101 | 11111 | 1000000 |
Color Harmonies of #86BEBF
Complementary color
Monochromatic Colors of #86BEBF
Black with #86BEBF
Text Example
Text Example
White with #86BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BEBF; }
p { color: rgb(134,190,191); }
H1.HeaderClassName
{
color: #86BEBF;
}
.AnyTagClassName
{
color: #86BEBF;
}
</style>
background-color css
<style>
a { background-color: #86BEBF; }
a { background-color: rgb(134,190,191); }
div.DivClassName
{
background-color: #86BEBF;
}
.BgClassName
{
background-color: #86BEBF;
}
</style>
border-color css
<style>
span { border-color: #86BEBF; }
span { border-color: rgb(134,190,191); }
td.TdClassName
{
border-color: #86BEBF;
}
.TagClassName
{
border-color: #86BEBF;
}
</style>