Shades of Glacier #86BDC3
Tints of Glacier #86BDC3
RGB
CMYK
RGB Variations
Color information
#86BDC3 (or 0x86BDC3) is known color: Glacier. HEX triplet: 86, BD and C3. RGB value is (134,189,195). Sum of RGB (Red+Green+Blue) = 134+189+195=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 195 - color contains mainly: blue. Hex color #86BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDC3 is #79423C. Grayscale: #ADADAD. Windows color (decimal): -7946813 or 12828038. OLE color: 12828038.
HSL color Cylindrical-coordinate representation of color #86BDC3: hue angle of 185.9º 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 #86BDC3 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 189 | 195 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.24 |
| HSL | 185.9º | 0.34% | 0.65% | - |
| HSV(B) | 185.9º | 0.31% | 0.76% | - |
| XYZ | 37.88 | 45.4 | 58.4 | - |
| YUV | 173.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 195 | 0.31 | 0.03 | 0 | 0.24 | 185.9 | 0.34 | 0.65 |
| Hex | 86 | BD | C3 | 1F | 3 | 0 | 18 | BA | 22 | 41 |
| Octal | 206 | 275 | 303 | 37 | 3 | 0 | 30 | 272 | 42 | 101 |
| Binary | 10000110 | 10111101 | 11000011 | 11111 | 11 | 0 | 11000 | 10111010 | 100010 | 1000001 |
Color Harmonies of #86BDC3
Complementary color
Monochromatic Colors of #86BDC3
Black with #86BDC3
Text Example
Text Example
White with #86BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BDC3; }
p { color: rgb(134,189,195); }
H1.HeaderClassName
{
color: #86BDC3;
}
.AnyTagClassName
{
color: #86BDC3;
}
</style>
background-color css
<style>
a { background-color: #86BDC3; }
a { background-color: rgb(134,189,195); }
div.DivClassName
{
background-color: #86BDC3;
}
.BgClassName
{
background-color: #86BDC3;
}
</style>
border-color css
<style>
span { border-color: #86BDC3; }
span { border-color: rgb(134,189,195); }
td.TdClassName
{
border-color: #86BDC3;
}
.TagClassName
{
border-color: #86BDC3;
}
</style>