Shades of Glacier #86BAC1
Tints of Glacier #86BAC1
RGB
CMYK
RGB Variations
Color information
#86BAC1 (or 0x86BAC1) is known color: Glacier. HEX triplet: 86, BA and C1. RGB value is (134,186,193). Sum of RGB (Red+Green+Blue) = 134+186+193=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #86BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BAC1 is #79453E. Grayscale: #ABABAB. Windows color (decimal): -7947583 or 12696198. OLE color: 12696198.
HSL color Cylindrical-coordinate representation of color #86BAC1: hue angle of 187.12º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86BAC1 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 186 | 193 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.24 |
| HSL | 187.12º | 0.32% | 0.64% | - |
| HSV(B) | 187.12º | 0.31% | 0.76% | - |
| XYZ | 37.02 | 44.04 | 57 | - |
| YUV | 171.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 193 | 0.31 | 0.04 | 0 | 0.24 | 187.12 | 0.32 | 0.64 |
| Hex | 86 | BA | C1 | 1F | 4 | 0 | 18 | BB | 20 | 40 |
| Octal | 206 | 272 | 301 | 37 | 4 | 0 | 30 | 273 | 40 | 100 |
| Binary | 10000110 | 10111010 | 11000001 | 11111 | 100 | 0 | 11000 | 10111011 | 100000 | 1000000 |
Color Harmonies of #86BAC1
Complementary color
Monochromatic Colors of #86BAC1
Black with #86BAC1
Text Example
Text Example
White with #86BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BAC1; }
p { color: rgb(134,186,193); }
H1.HeaderClassName
{
color: #86BAC1;
}
.AnyTagClassName
{
color: #86BAC1;
}
</style>
background-color css
<style>
a { background-color: #86BAC1; }
a { background-color: rgb(134,186,193); }
div.DivClassName
{
background-color: #86BAC1;
}
.BgClassName
{
background-color: #86BAC1;
}
</style>
border-color css
<style>
span { border-color: #86BAC1; }
span { border-color: rgb(134,186,193); }
td.TdClassName
{
border-color: #86BAC1;
}
.TagClassName
{
border-color: #86BAC1;
}
</style>