Shades of Glacier #85BAC6
Tints of Glacier #85BAC6
RGB
CMYK
RGB Variations
Color information
#85BAC6 (or 0x85BAC6) is known color: Glacier. HEX triplet: 85, BA and C6. RGB value is (133,186,198). Sum of RGB (Red+Green+Blue) = 133+186+198=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #85BAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BAC6 is #7A4539. Grayscale: #ABABAB. Windows color (decimal): -8013114 or 13023877. OLE color: 13023877.
HSL color Cylindrical-coordinate representation of color #85BAC6: hue angle of 191.08º 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 #85BAC6 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 186 | 198 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.22 |
| HSL | 191.08º | 0.36% | 0.65% | - |
| HSV(B) | 191.08º | 0.33% | 0.78% | - |
| XYZ | 37.42 | 44.18 | 59.98 | - |
| YUV | 171.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 198 | 0.33 | 0.06 | 0 | 0.22 | 191.08 | 0.36 | 0.65 |
| Hex | 85 | BA | C6 | 21 | 6 | 0 | 16 | BF | 24 | 41 |
| Octal | 205 | 272 | 306 | 41 | 6 | 0 | 26 | 277 | 44 | 101 |
| Binary | 10000101 | 10111010 | 11000110 | 100001 | 110 | 0 | 10110 | 10111111 | 100100 | 1000001 |
Color Harmonies of #85BAC6
Complementary color
Monochromatic Colors of #85BAC6
Black with #85BAC6
Text Example
Text Example
White with #85BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BAC6; }
p { color: rgb(133,186,198); }
H1.HeaderClassName
{
color: #85BAC6;
}
.AnyTagClassName
{
color: #85BAC6;
}
</style>
background-color css
<style>
a { background-color: #85BAC6; }
a { background-color: rgb(133,186,198); }
div.DivClassName
{
background-color: #85BAC6;
}
.BgClassName
{
background-color: #85BAC6;
}
</style>
border-color css
<style>
span { border-color: #85BAC6; }
span { border-color: rgb(133,186,198); }
td.TdClassName
{
border-color: #85BAC6;
}
.TagClassName
{
border-color: #85BAC6;
}
</style>