Shades of Glacier #85B1BA
Tints of Glacier #85B1BA
RGB
CMYK
RGB Variations
Color information
#85B1BA (or 0x85B1BA) is known color: Glacier. HEX triplet: 85, B1 and BA. RGB value is (133,177,186). Sum of RGB (Red+Green+Blue) = 133+177+186=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #85B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B1BA is #7A4E45. Grayscale: #A4A4A4. Windows color (decimal): -8015430 or 12235141. OLE color: 12235141.
HSL color Cylindrical-coordinate representation of color #85B1BA: hue angle of 190.19º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85B1BA is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 177 | 186 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.27 |
| HSL | 190.19º | 0.28% | 0.63% | - |
| HSV(B) | 190.19º | 0.28% | 0.73% | - |
| XYZ | 34.26 | 39.98 | 52.36 | - |
| YUV | 164.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 186 | 0.28 | 0.05 | 0 | 0.27 | 190.19 | 0.28 | 0.63 |
| Hex | 85 | B1 | BA | 1C | 5 | 0 | 1B | BE | 1C | 3F |
| Octal | 205 | 261 | 272 | 34 | 5 | 0 | 33 | 276 | 34 | 77 |
| Binary | 10000101 | 10110001 | 10111010 | 11100 | 101 | 0 | 11011 | 10111110 | 11100 | 111111 |
Color Harmonies of #85B1BA
Complementary color
Monochromatic Colors of #85B1BA
Black with #85B1BA
Text Example
Text Example
White with #85B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B1BA; }
p { color: rgb(133,177,186); }
H1.HeaderClassName
{
color: #85B1BA;
}
.AnyTagClassName
{
color: #85B1BA;
}
</style>
background-color css
<style>
a { background-color: #85B1BA; }
a { background-color: rgb(133,177,186); }
div.DivClassName
{
background-color: #85B1BA;
}
.BgClassName
{
background-color: #85B1BA;
}
</style>
border-color css
<style>
span { border-color: #85B1BA; }
span { border-color: rgb(133,177,186); }
td.TdClassName
{
border-color: #85B1BA;
}
.TagClassName
{
border-color: #85B1BA;
}
</style>