Shades of Glacier #86AFBD
Tints of Glacier #86AFBD
RGB
CMYK
RGB Variations
Color information
#86AFBD (or 0x86AFBD) is known color: Glacier. HEX triplet: 86, AF and BD. RGB value is (134,175,189). Sum of RGB (Red+Green+Blue) = 134+175+189=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #86AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFBD is #795042. Grayscale: #A4A4A4. Windows color (decimal): -7950403 or 12431238. OLE color: 12431238.
HSL color Cylindrical-coordinate representation of color #86AFBD: hue angle of 195.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86AFBD is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 175 | 189 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.26 |
| HSL | 195.27º | 0.29% | 0.63% | - |
| HSV(B) | 195.27º | 0.29% | 0.74% | - |
| XYZ | 34.35 | 39.4 | 53.94 | - |
| YUV | 164.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 189 | 0.29 | 0.07 | 0 | 0.26 | 195.27 | 0.29 | 0.63 |
| Hex | 86 | AF | BD | 1D | 7 | 0 | 1A | C3 | 1D | 3F |
| Octal | 206 | 257 | 275 | 35 | 7 | 0 | 32 | 303 | 35 | 77 |
| Binary | 10000110 | 10101111 | 10111101 | 11101 | 111 | 0 | 11010 | 11000011 | 11101 | 111111 |
Color Harmonies of #86AFBD
Complementary color
Monochromatic Colors of #86AFBD
Black with #86AFBD
Text Example
Text Example
White with #86AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AFBD; }
p { color: rgb(134,175,189); }
H1.HeaderClassName
{
color: #86AFBD;
}
.AnyTagClassName
{
color: #86AFBD;
}
</style>
background-color css
<style>
a { background-color: #86AFBD; }
a { background-color: rgb(134,175,189); }
div.DivClassName
{
background-color: #86AFBD;
}
.BgClassName
{
background-color: #86AFBD;
}
</style>
border-color css
<style>
span { border-color: #86AFBD; }
span { border-color: rgb(134,175,189); }
td.TdClassName
{
border-color: #86AFBD;
}
.TagClassName
{
border-color: #86AFBD;
}
</style>