Shades of Glacier #85B9BC
Tints of Glacier #85B9BC
RGB
CMYK
RGB Variations
Color information
#85B9BC (or 0x85B9BC) is known color: Glacier. HEX triplet: 85, B9 and BC. RGB value is (133,185,188). Sum of RGB (Red+Green+Blue) = 133+185+188=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #85B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B9BC is #7A4643. Grayscale: #A9A9A9. Windows color (decimal): -8013380 or 12368261. OLE color: 12368261.
HSL color Cylindrical-coordinate representation of color #85B9BC: hue angle of 183.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 #85B9BC is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 185 | 188 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.26 |
| HSL | 183.27º | 0.29% | 0.63% | - |
| HSV(B) | 183.27º | 0.29% | 0.74% | - |
| XYZ | 36.1 | 43.32 | 54.04 | - |
| YUV | 169.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 188 | 0.29 | 0.02 | 0 | 0.26 | 183.27 | 0.29 | 0.63 |
| Hex | 85 | B9 | BC | 1D | 2 | 0 | 1A | B7 | 1D | 3F |
| Octal | 205 | 271 | 274 | 35 | 2 | 0 | 32 | 267 | 35 | 77 |
| Binary | 10000101 | 10111001 | 10111100 | 11101 | 10 | 0 | 11010 | 10110111 | 11101 | 111111 |
Color Harmonies of #85B9BC
Complementary color
Monochromatic Colors of #85B9BC
Black with #85B9BC
Text Example
Text Example
White with #85B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B9BC; }
p { color: rgb(133,185,188); }
H1.HeaderClassName
{
color: #85B9BC;
}
.AnyTagClassName
{
color: #85B9BC;
}
</style>
background-color css
<style>
a { background-color: #85B9BC; }
a { background-color: rgb(133,185,188); }
div.DivClassName
{
background-color: #85B9BC;
}
.BgClassName
{
background-color: #85B9BC;
}
</style>
border-color css
<style>
span { border-color: #85B9BC; }
span { border-color: rgb(133,185,188); }
td.TdClassName
{
border-color: #85B9BC;
}
.TagClassName
{
border-color: #85B9BC;
}
</style>