Shades of Glacier #85BABB
Tints of Glacier #85BABB
RGB
CMYK
RGB Variations
Color information
#85BABB (or 0x85BABB) is known color: Glacier. HEX triplet: 85, BA and BB. RGB value is (133,186,187). Sum of RGB (Red+Green+Blue) = 133+186+187=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #85BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BABB is #7A4544. Grayscale: #AAAAAA. Windows color (decimal): -8013125 or 12302981. OLE color: 12302981.
HSL color Cylindrical-coordinate representation of color #85BABB: hue angle of 181.11º 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 #85BABB is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 187 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.27 |
| HSL | 181.11º | 0.28% | 0.63% | - |
| HSV(B) | 181.11º | 0.29% | 0.73% | - |
| XYZ | 36.2 | 43.69 | 53.54 | - |
| YUV | 170.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 187 | 0.29 | 0.01 | 0 | 0.27 | 181.11 | 0.28 | 0.63 |
| Hex | 85 | BA | BB | 1D | 1 | 0 | 1B | B5 | 1C | 3F |
| Octal | 205 | 272 | 273 | 35 | 1 | 0 | 33 | 265 | 34 | 77 |
| Binary | 10000101 | 10111010 | 10111011 | 11101 | 1 | 0 | 11011 | 10110101 | 11100 | 111111 |
Color Harmonies of #85BABB
Complementary color
Monochromatic Colors of #85BABB
Black with #85BABB
Text Example
Text Example
White with #85BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BABB; }
p { color: rgb(133,186,187); }
H1.HeaderClassName
{
color: #85BABB;
}
.AnyTagClassName
{
color: #85BABB;
}
</style>
background-color css
<style>
a { background-color: #85BABB; }
a { background-color: rgb(133,186,187); }
div.DivClassName
{
background-color: #85BABB;
}
.BgClassName
{
background-color: #85BABB;
}
</style>
border-color css
<style>
span { border-color: #85BABB; }
span { border-color: rgb(133,186,187); }
td.TdClassName
{
border-color: #85BABB;
}
.TagClassName
{
border-color: #85BABB;
}
</style>