Shades of Glacier #85B2BB
Tints of Glacier #85B2BB
RGB
CMYK
RGB Variations
Color information
#85B2BB (or 0x85B2BB) is known color: Glacier. HEX triplet: 85, B2 and BB. RGB value is (133,178,187). Sum of RGB (Red+Green+Blue) = 133+178+187=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #85B2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B2BB is #7A4D44. Grayscale: #A5A5A5. Windows color (decimal): -8015173 or 12300933. OLE color: 12300933.
HSL color Cylindrical-coordinate representation of color #85B2BB: hue angle of 190º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85B2BB is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 178 | 187 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.27 |
| HSL | 190º | 0.28% | 0.63% | - |
| HSV(B) | 190º | 0.29% | 0.73% | - |
| XYZ | 34.56 | 40.42 | 52.99 | - |
| YUV | 165.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 187 | 0.29 | 0.05 | 0 | 0.27 | 190 | 0.28 | 0.63 |
| Hex | 85 | B2 | BB | 1D | 5 | 0 | 1B | BE | 1C | 3F |
| Octal | 205 | 262 | 273 | 35 | 5 | 0 | 33 | 276 | 34 | 77 |
| Binary | 10000101 | 10110010 | 10111011 | 11101 | 101 | 0 | 11011 | 10111110 | 11100 | 111111 |
Color Harmonies of #85B2BB
Complementary color
Monochromatic Colors of #85B2BB
Black with #85B2BB
Text Example
Text Example
White with #85B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B2BB; }
p { color: rgb(133,178,187); }
H1.HeaderClassName
{
color: #85B2BB;
}
.AnyTagClassName
{
color: #85B2BB;
}
</style>
background-color css
<style>
a { background-color: #85B2BB; }
a { background-color: rgb(133,178,187); }
div.DivClassName
{
background-color: #85B2BB;
}
.BgClassName
{
background-color: #85B2BB;
}
</style>
border-color css
<style>
span { border-color: #85B2BB; }
span { border-color: rgb(133,178,187); }
td.TdClassName
{
border-color: #85B2BB;
}
.TagClassName
{
border-color: #85B2BB;
}
</style>