Shades of Glacier #86BDC7
Tints of Glacier #86BDC7
RGB
CMYK
RGB Variations
Color information
#86BDC7 (or 0x86BDC7) is known color: Glacier. HEX triplet: 86, BD and C7. RGB value is (134,189,199). Sum of RGB (Red+Green+Blue) = 134+189+199=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 199 - color contains mainly: blue. Hex color #86BDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDC7 is #794238. Grayscale: #ADADAD. Windows color (decimal): -7946809 or 13090182. OLE color: 13090182.
HSL color Cylindrical-coordinate representation of color #86BDC7: hue angle of 189.23º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86BDC7 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 189 | 199 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.22 |
| HSL | 189.23º | 0.37% | 0.65% | - |
| HSV(B) | 189.23º | 0.33% | 0.78% | - |
| XYZ | 38.34 | 45.59 | 60.81 | - |
| YUV | 173.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 199 | 0.33 | 0.05 | 0 | 0.22 | 189.23 | 0.37 | 0.65 |
| Hex | 86 | BD | C7 | 21 | 5 | 0 | 16 | BD | 25 | 41 |
| Octal | 206 | 275 | 307 | 41 | 5 | 0 | 26 | 275 | 45 | 101 |
| Binary | 10000110 | 10111101 | 11000111 | 100001 | 101 | 0 | 10110 | 10111101 | 100101 | 1000001 |
Color Harmonies of #86BDC7
Complementary color
Monochromatic Colors of #86BDC7
Black with #86BDC7
Text Example
Text Example
White with #86BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BDC7; }
p { color: rgb(134,189,199); }
H1.HeaderClassName
{
color: #86BDC7;
}
.AnyTagClassName
{
color: #86BDC7;
}
</style>
background-color css
<style>
a { background-color: #86BDC7; }
a { background-color: rgb(134,189,199); }
div.DivClassName
{
background-color: #86BDC7;
}
.BgClassName
{
background-color: #86BDC7;
}
</style>
border-color css
<style>
span { border-color: #86BDC7; }
span { border-color: rgb(134,189,199); }
td.TdClassName
{
border-color: #86BDC7;
}
.TagClassName
{
border-color: #86BDC7;
}
</style>