Shades of Glacier #86B5C2
Tints of Glacier #86B5C2
RGB
CMYK
RGB Variations
Color information
#86B5C2 (or 0x86B5C2) is known color: Glacier. HEX triplet: 86, B5 and C2. RGB value is (134,181,194). Sum of RGB (Red+Green+Blue) = 134+181+194=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 194 - color contains mainly: blue. Hex color #86B5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B5C2 is #794A3D. Grayscale: #A8A8A8. Windows color (decimal): -7948862 or 12760454. OLE color: 12760454.
HSL color Cylindrical-coordinate representation of color #86B5C2: hue angle of 193º degrees, saturation: 0.33, 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 #86B5C2 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 181 | 194 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.24 |
| HSL | 193º | 0.33% | 0.64% | - |
| HSV(B) | 193º | 0.31% | 0.76% | - |
| XYZ | 36.09 | 42.01 | 57.25 | - |
| YUV | 168.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 194 | 0.31 | 0.07 | 0 | 0.24 | 193 | 0.33 | 0.64 |
| Hex | 86 | B5 | C2 | 1F | 7 | 0 | 18 | C1 | 21 | 40 |
| Octal | 206 | 265 | 302 | 37 | 7 | 0 | 30 | 301 | 41 | 100 |
| Binary | 10000110 | 10110101 | 11000010 | 11111 | 111 | 0 | 11000 | 11000001 | 100001 | 1000000 |
Color Harmonies of #86B5C2
Complementary color
Monochromatic Colors of #86B5C2
Black with #86B5C2
Text Example
Text Example
White with #86B5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B5C2; }
p { color: rgb(134,181,194); }
H1.HeaderClassName
{
color: #86B5C2;
}
.AnyTagClassName
{
color: #86B5C2;
}
</style>
background-color css
<style>
a { background-color: #86B5C2; }
a { background-color: rgb(134,181,194); }
div.DivClassName
{
background-color: #86B5C2;
}
.BgClassName
{
background-color: #86B5C2;
}
</style>
border-color css
<style>
span { border-color: #86B5C2; }
span { border-color: rgb(134,181,194); }
td.TdClassName
{
border-color: #86B5C2;
}
.TagClassName
{
border-color: #86B5C2;
}
</style>