Shades of Glacier #85B4BF
Tints of Glacier #85B4BF
RGB
CMYK
RGB Variations
Color information
#85B4BF (or 0x85B4BF) is known color: Glacier. HEX triplet: 85, B4 and BF. RGB value is (133,180,191). Sum of RGB (Red+Green+Blue) = 133+180+191=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #85B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B4BF is #7A4B40. Grayscale: #A7A7A7. Windows color (decimal): -8014657 or 12563589. OLE color: 12563589.
HSL color Cylindrical-coordinate representation of color #85B4BF: hue angle of 191.38º 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 #85B4BF is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 180 | 191 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.25 |
| HSL | 191.38º | 0.31% | 0.64% | - |
| HSV(B) | 191.38º | 0.3% | 0.75% | - |
| XYZ | 35.4 | 41.39 | 55.41 | - |
| YUV | 167.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 191 | 0.30 | 0.06 | 0 | 0.25 | 191.38 | 0.31 | 0.64 |
| Hex | 85 | B4 | BF | 1E | 6 | 0 | 19 | BF | 1F | 40 |
| Octal | 205 | 264 | 277 | 36 | 6 | 0 | 31 | 277 | 37 | 100 |
| Binary | 10000101 | 10110100 | 10111111 | 11110 | 110 | 0 | 11001 | 10111111 | 11111 | 1000000 |
Color Harmonies of #85B4BF
Complementary color
Monochromatic Colors of #85B4BF
Black with #85B4BF
Text Example
Text Example
White with #85B4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B4BF; }
p { color: rgb(133,180,191); }
H1.HeaderClassName
{
color: #85B4BF;
}
.AnyTagClassName
{
color: #85B4BF;
}
</style>
background-color css
<style>
a { background-color: #85B4BF; }
a { background-color: rgb(133,180,191); }
div.DivClassName
{
background-color: #85B4BF;
}
.BgClassName
{
background-color: #85B4BF;
}
</style>
border-color css
<style>
span { border-color: #85B4BF; }
span { border-color: rgb(133,180,191); }
td.TdClassName
{
border-color: #85B4BF;
}
.TagClassName
{
border-color: #85B4BF;
}
</style>