Shades of Glacier #86BCC3
Tints of Glacier #86BCC3
RGB
CMYK
RGB Variations
Color information
#86BCC3 (or 0x86BCC3) is known color: Glacier. HEX triplet: 86, BC and C3. RGB value is (134,188,195). Sum of RGB (Red+Green+Blue) = 134+188+195=517 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.92% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #86BCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCC3 is #79433C. Grayscale: #ACACAC. Windows color (decimal): -7947069 or 12827782. OLE color: 12827782.
HSL color Cylindrical-coordinate representation of color #86BCC3: hue angle of 186.89º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86BCC3 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 188 | 195 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.24 |
| HSL | 186.89º | 0.34% | 0.65% | - |
| HSV(B) | 186.89º | 0.31% | 0.76% | - |
| XYZ | 37.67 | 44.97 | 58.33 | - |
| YUV | 172.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 195 | 0.31 | 0.04 | 0 | 0.24 | 186.89 | 0.34 | 0.65 |
| Hex | 86 | BC | C3 | 1F | 4 | 0 | 18 | BB | 22 | 41 |
| Octal | 206 | 274 | 303 | 37 | 4 | 0 | 30 | 273 | 42 | 101 |
| Binary | 10000110 | 10111100 | 11000011 | 11111 | 100 | 0 | 11000 | 10111011 | 100010 | 1000001 |
Color Harmonies of #86BCC3
Complementary color
Monochromatic Colors of #86BCC3
Black with #86BCC3
Text Example
Text Example
White with #86BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BCC3; }
p { color: rgb(134,188,195); }
H1.HeaderClassName
{
color: #86BCC3;
}
.AnyTagClassName
{
color: #86BCC3;
}
</style>
background-color css
<style>
a { background-color: #86BCC3; }
a { background-color: rgb(134,188,195); }
div.DivClassName
{
background-color: #86BCC3;
}
.BgClassName
{
background-color: #86BCC3;
}
</style>
border-color css
<style>
span { border-color: #86BCC3; }
span { border-color: rgb(134,188,195); }
td.TdClassName
{
border-color: #86BCC3;
}
.TagClassName
{
border-color: #86BCC3;
}
</style>