Shades of Glacier #85B7BD
Tints of Glacier #85B7BD
RGB
CMYK
RGB Variations
Color information
#85B7BD (or 0x85B7BD) is known color: Glacier. HEX triplet: 85, B7 and BD. RGB value is (133,183,189). Sum of RGB (Red+Green+Blue) = 133+183+189=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #85B7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B7BD is #7A4842. Grayscale: #A8A8A8. Windows color (decimal): -8013891 or 12433285. OLE color: 12433285.
HSL color Cylindrical-coordinate representation of color #85B7BD: hue angle of 186.43º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85B7BD is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 183 | 189 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.26 |
| HSL | 186.43º | 0.3% | 0.63% | - |
| HSV(B) | 186.43º | 0.3% | 0.74% | - |
| XYZ | 35.79 | 42.53 | 54.47 | - |
| YUV | 168.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 189 | 0.30 | 0.03 | 0 | 0.26 | 186.43 | 0.3 | 0.63 |
| Hex | 85 | B7 | BD | 1E | 3 | 0 | 1A | BA | 1E | 3F |
| Octal | 205 | 267 | 275 | 36 | 3 | 0 | 32 | 272 | 36 | 77 |
| Binary | 10000101 | 10110111 | 10111101 | 11110 | 11 | 0 | 11010 | 10111010 | 11110 | 111111 |
Color Harmonies of #85B7BD
Complementary color
Monochromatic Colors of #85B7BD
Black with #85B7BD
Text Example
Text Example
White with #85B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B7BD; }
p { color: rgb(133,183,189); }
H1.HeaderClassName
{
color: #85B7BD;
}
.AnyTagClassName
{
color: #85B7BD;
}
</style>
background-color css
<style>
a { background-color: #85B7BD; }
a { background-color: rgb(133,183,189); }
div.DivClassName
{
background-color: #85B7BD;
}
.BgClassName
{
background-color: #85B7BD;
}
</style>
border-color css
<style>
span { border-color: #85B7BD; }
span { border-color: rgb(133,183,189); }
td.TdClassName
{
border-color: #85B7BD;
}
.TagClassName
{
border-color: #85B7BD;
}
</style>