Shades of Glacier #85B1C6
Tints of Glacier #85B1C6
RGB
CMYK
RGB Variations
Color information
#85B1C6 (or 0x85B1C6) is known color: Glacier. HEX triplet: 85, B1 and C6. RGB value is (133,177,198). Sum of RGB (Red+Green+Blue) = 133+177+198=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 198 - color contains mainly: blue. Hex color #85B1C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B1C6 is #7A4E39. Grayscale: #A6A6A6. Windows color (decimal): -8015418 or 13021573. OLE color: 13021573.
HSL color Cylindrical-coordinate representation of color #85B1C6: hue angle of 199.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85B1C6 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 177 | 198 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.22 |
| HSL | 199.38º | 0.36% | 0.65% | - |
| HSV(B) | 199.38º | 0.33% | 0.78% | - |
| XYZ | 35.59 | 40.51 | 59.37 | - |
| YUV | 166.24 | 145.92 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 198 | 0.33 | 0.11 | 0 | 0.22 | 199.38 | 0.36 | 0.65 |
| Hex | 85 | B1 | C6 | 21 | B | 0 | 16 | C7 | 24 | 41 |
| Octal | 205 | 261 | 306 | 41 | 13 | 0 | 26 | 307 | 44 | 101 |
| Binary | 10000101 | 10110001 | 11000110 | 100001 | 1011 | 0 | 10110 | 11000111 | 100100 | 1000001 |
Color Harmonies of #85B1C6
Complementary color
Monochromatic Colors of #85B1C6
Black with #85B1C6
Text Example
Text Example
White with #85B1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B1C6; }
p { color: rgb(133,177,198); }
H1.HeaderClassName
{
color: #85B1C6;
}
.AnyTagClassName
{
color: #85B1C6;
}
</style>
background-color css
<style>
a { background-color: #85B1C6; }
a { background-color: rgb(133,177,198); }
div.DivClassName
{
background-color: #85B1C6;
}
.BgClassName
{
background-color: #85B1C6;
}
</style>
border-color css
<style>
span { border-color: #85B1C6; }
span { border-color: rgb(133,177,198); }
td.TdClassName
{
border-color: #85B1C6;
}
.TagClassName
{
border-color: #85B1C6;
}
</style>