Shades of Glacier #85B8BF
Tints of Glacier #85B8BF
RGB
CMYK
RGB Variations
Color information
#85B8BF (or 0x85B8BF) is known color: Glacier. HEX triplet: 85, B8 and BF. RGB value is (133,184,191). Sum of RGB (Red+Green+Blue) = 133+184+191=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #85B8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B8BF is #7A4740. Grayscale: #A9A9A9. Windows color (decimal): -8013633 or 12564613. OLE color: 12564613.
HSL color Cylindrical-coordinate representation of color #85B8BF: hue angle of 187.24º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85B8BF is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 184 | 191 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.25 |
| HSL | 187.24º | 0.31% | 0.64% | - |
| HSV(B) | 187.24º | 0.3% | 0.75% | - |
| XYZ | 36.22 | 43.03 | 55.69 | - |
| YUV | 169.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 191 | 0.30 | 0.04 | 0 | 0.25 | 187.24 | 0.31 | 0.64 |
| Hex | 85 | B8 | BF | 1E | 4 | 0 | 19 | BB | 1F | 40 |
| Octal | 205 | 270 | 277 | 36 | 4 | 0 | 31 | 273 | 37 | 100 |
| Binary | 10000101 | 10111000 | 10111111 | 11110 | 100 | 0 | 11001 | 10111011 | 11111 | 1000000 |
Color Harmonies of #85B8BF
Complementary color
Monochromatic Colors of #85B8BF
Black with #85B8BF
Text Example
Text Example
White with #85B8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B8BF; }
p { color: rgb(133,184,191); }
H1.HeaderClassName
{
color: #85B8BF;
}
.AnyTagClassName
{
color: #85B8BF;
}
</style>
background-color css
<style>
a { background-color: #85B8BF; }
a { background-color: rgb(133,184,191); }
div.DivClassName
{
background-color: #85B8BF;
}
.BgClassName
{
background-color: #85B8BF;
}
</style>
border-color css
<style>
span { border-color: #85B8BF; }
span { border-color: rgb(133,184,191); }
td.TdClassName
{
border-color: #85B8BF;
}
.TagClassName
{
border-color: #85B8BF;
}
</style>