Shades of Glacier #86BFC1
Tints of Glacier #86BFC1
RGB
CMYK
RGB Variations
Color information
#86BFC1 (or 0x86BFC1) is known color: Glacier. HEX triplet: 86, BF and C1. RGB value is (134,191,193). Sum of RGB (Red+Green+Blue) = 134+191+193=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #86BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BFC1 is #79403E. Grayscale: #AEAEAE. Windows color (decimal): -7946303 or 12697478. OLE color: 12697478.
HSL color Cylindrical-coordinate representation of color #86BFC1: hue angle of 182.03º 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 #86BFC1 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 191 | 193 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.24 |
| HSL | 182.03º | 0.32% | 0.64% | - |
| HSV(B) | 182.03º | 0.31% | 0.76% | - |
| XYZ | 38.09 | 46.18 | 57.36 | - |
| YUV | 174.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 193 | 0.31 | 0.01 | 0 | 0.24 | 182.03 | 0.32 | 0.64 |
| Hex | 86 | BF | C1 | 1F | 1 | 0 | 18 | B6 | 20 | 40 |
| Octal | 206 | 277 | 301 | 37 | 1 | 0 | 30 | 266 | 40 | 100 |
| Binary | 10000110 | 10111111 | 11000001 | 11111 | 1 | 0 | 11000 | 10110110 | 100000 | 1000000 |
Color Harmonies of #86BFC1
Complementary color
Monochromatic Colors of #86BFC1
Black with #86BFC1
Text Example
Text Example
White with #86BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFC1; }
p { color: rgb(134,191,193); }
H1.HeaderClassName
{
color: #86BFC1;
}
.AnyTagClassName
{
color: #86BFC1;
}
</style>
background-color css
<style>
a { background-color: #86BFC1; }
a { background-color: rgb(134,191,193); }
div.DivClassName
{
background-color: #86BFC1;
}
.BgClassName
{
background-color: #86BFC1;
}
</style>
border-color css
<style>
span { border-color: #86BFC1; }
span { border-color: rgb(134,191,193); }
td.TdClassName
{
border-color: #86BFC1;
}
.TagClassName
{
border-color: #86BFC1;
}
</style>