Shades of Glacier #85B5BA
Tints of Glacier #85B5BA
RGB
CMYK
RGB Variations
Color information
#85B5BA (or 0x85B5BA) is known color: Glacier. HEX triplet: 85, B5 and BA. RGB value is (133,181,186). Sum of RGB (Red+Green+Blue) = 133+181+186=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #85B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B5BA is #7A4A45. Grayscale: #A7A7A7. Windows color (decimal): -8014406 or 12236165. OLE color: 12236165.
HSL color Cylindrical-coordinate representation of color #85B5BA: hue angle of 185.66º 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 #85B5BA is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 181 | 186 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.27 |
| HSL | 185.66º | 0.28% | 0.63% | - |
| HSV(B) | 185.66º | 0.28% | 0.73% | - |
| XYZ | 35.06 | 41.58 | 52.63 | - |
| YUV | 167.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 186 | 0.28 | 0.03 | 0 | 0.27 | 185.66 | 0.28 | 0.63 |
| Hex | 85 | B5 | BA | 1C | 3 | 0 | 1B | BA | 1C | 3F |
| Octal | 205 | 265 | 272 | 34 | 3 | 0 | 33 | 272 | 34 | 77 |
| Binary | 10000101 | 10110101 | 10111010 | 11100 | 11 | 0 | 11011 | 10111010 | 11100 | 111111 |
Color Harmonies of #85B5BA
Complementary color
Monochromatic Colors of #85B5BA
Black with #85B5BA
Text Example
Text Example
White with #85B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B5BA; }
p { color: rgb(133,181,186); }
H1.HeaderClassName
{
color: #85B5BA;
}
.AnyTagClassName
{
color: #85B5BA;
}
</style>
background-color css
<style>
a { background-color: #85B5BA; }
a { background-color: rgb(133,181,186); }
div.DivClassName
{
background-color: #85B5BA;
}
.BgClassName
{
background-color: #85B5BA;
}
</style>
border-color css
<style>
span { border-color: #85B5BA; }
span { border-color: rgb(133,181,186); }
td.TdClassName
{
border-color: #85B5BA;
}
.TagClassName
{
border-color: #85B5BA;
}
</style>