Shades of Glacier #85B5C1
Tints of Glacier #85B5C1
RGB
CMYK
RGB Variations
Color information
#85B5C1 (or 0x85B5C1) is known color: Glacier. HEX triplet: 85, B5 and C1. RGB value is (133,181,193). Sum of RGB (Red+Green+Blue) = 133+181+193=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #85B5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B5C1 is #7A4A3E. Grayscale: #A7A7A7. Windows color (decimal): -8014399 or 12694917. OLE color: 12694917.
HSL color Cylindrical-coordinate representation of color #85B5C1: hue angle of 192º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85B5C1 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 181 | 193 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.24 |
| HSL | 192º | 0.33% | 0.64% | - |
| HSV(B) | 192º | 0.31% | 0.76% | - |
| XYZ | 35.82 | 41.88 | 56.65 | - |
| YUV | 168.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 193 | 0.31 | 0.06 | 0 | 0.24 | 192 | 0.33 | 0.64 |
| Hex | 85 | B5 | C1 | 1F | 6 | 0 | 18 | C0 | 21 | 40 |
| Octal | 205 | 265 | 301 | 37 | 6 | 0 | 30 | 300 | 41 | 100 |
| Binary | 10000101 | 10110101 | 11000001 | 11111 | 110 | 0 | 11000 | 11000000 | 100001 | 1000000 |
Color Harmonies of #85B5C1
Complementary color
Monochromatic Colors of #85B5C1
Black with #85B5C1
Text Example
Text Example
White with #85B5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B5C1; }
p { color: rgb(133,181,193); }
H1.HeaderClassName
{
color: #85B5C1;
}
.AnyTagClassName
{
color: #85B5C1;
}
</style>
background-color css
<style>
a { background-color: #85B5C1; }
a { background-color: rgb(133,181,193); }
div.DivClassName
{
background-color: #85B5C1;
}
.BgClassName
{
background-color: #85B5C1;
}
</style>
border-color css
<style>
span { border-color: #85B5C1; }
span { border-color: rgb(133,181,193); }
td.TdClassName
{
border-color: #85B5C1;
}
.TagClassName
{
border-color: #85B5C1;
}
</style>