Shades of Glacier #86BFC6
Tints of Glacier #86BFC6
RGB
CMYK
RGB Variations
Color information
#86BFC6 (or 0x86BFC6) is known color: Glacier. HEX triplet: 86, BF and C6. RGB value is (134,191,198). Sum of RGB (Red+Green+Blue) = 134+191+198=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 198 - color contains mainly: blue. Hex color #86BFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BFC6 is #794039. Grayscale: #AEAEAE. Windows color (decimal): -7946298 or 13025158. OLE color: 13025158.
HSL color Cylindrical-coordinate representation of color #86BFC6: hue angle of 186.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86BFC6 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 191 | 198 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.22 |
| HSL | 186.56º | 0.36% | 0.65% | - |
| HSV(B) | 186.56º | 0.32% | 0.78% | - |
| XYZ | 38.66 | 46.41 | 60.35 | - |
| YUV | 174.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 198 | 0.32 | 0.04 | 0 | 0.22 | 186.56 | 0.36 | 0.65 |
| Hex | 86 | BF | C6 | 20 | 4 | 0 | 16 | BB | 24 | 41 |
| Octal | 206 | 277 | 306 | 40 | 4 | 0 | 26 | 273 | 44 | 101 |
| Binary | 10000110 | 10111111 | 11000110 | 100000 | 100 | 0 | 10110 | 10111011 | 100100 | 1000001 |
Color Harmonies of #86BFC6
Complementary color
Monochromatic Colors of #86BFC6
Black with #86BFC6
Text Example
Text Example
White with #86BFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFC6; }
p { color: rgb(134,191,198); }
H1.HeaderClassName
{
color: #86BFC6;
}
.AnyTagClassName
{
color: #86BFC6;
}
</style>
background-color css
<style>
a { background-color: #86BFC6; }
a { background-color: rgb(134,191,198); }
div.DivClassName
{
background-color: #86BFC6;
}
.BgClassName
{
background-color: #86BFC6;
}
</style>
border-color css
<style>
span { border-color: #86BFC6; }
span { border-color: rgb(134,191,198); }
td.TdClassName
{
border-color: #86BFC6;
}
.TagClassName
{
border-color: #86BFC6;
}
</style>