Shades of Glacier #85BABC
Tints of Glacier #85BABC
RGB
CMYK
RGB Variations
Color information
#85BABC (or 0x85BABC) is known color: Glacier. HEX triplet: 85, BA and BC. RGB value is (133,186,188). Sum of RGB (Red+Green+Blue) = 133+186+188=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #85BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BABC is #7A4543. Grayscale: #AAAAAA. Windows color (decimal): -8013124 or 12368517. OLE color: 12368517.
HSL color Cylindrical-coordinate representation of color #85BABC: hue angle of 182.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BABC is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 186 | 188 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.26 |
| HSL | 182.18º | 0.29% | 0.63% | - |
| HSV(B) | 182.18º | 0.29% | 0.74% | - |
| XYZ | 36.31 | 43.74 | 54.11 | - |
| YUV | 170.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 188 | 0.29 | 0.01 | 0 | 0.26 | 182.18 | 0.29 | 0.63 |
| Hex | 85 | BA | BC | 1D | 1 | 0 | 1A | B6 | 1D | 3F |
| Octal | 205 | 272 | 274 | 35 | 1 | 0 | 32 | 266 | 35 | 77 |
| Binary | 10000101 | 10111010 | 10111100 | 11101 | 1 | 0 | 11010 | 10110110 | 11101 | 111111 |
Color Harmonies of #85BABC
Complementary color
Monochromatic Colors of #85BABC
Black with #85BABC
Text Example
Text Example
White with #85BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BABC; }
p { color: rgb(133,186,188); }
H1.HeaderClassName
{
color: #85BABC;
}
.AnyTagClassName
{
color: #85BABC;
}
</style>
background-color css
<style>
a { background-color: #85BABC; }
a { background-color: rgb(133,186,188); }
div.DivClassName
{
background-color: #85BABC;
}
.BgClassName
{
background-color: #85BABC;
}
</style>
border-color css
<style>
span { border-color: #85BABC; }
span { border-color: rgb(133,186,188); }
td.TdClassName
{
border-color: #85BABC;
}
.TagClassName
{
border-color: #85BABC;
}
</style>