Shades of Glacier #85BAC2
Tints of Glacier #85BAC2
RGB
CMYK
RGB Variations
Color information
#85BAC2 (or 0x85BAC2) is known color: Glacier. HEX triplet: 85, BA and C2. RGB value is (133,186,194). Sum of RGB (Red+Green+Blue) = 133+186+194=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #85BAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BAC2 is #7A453D. Grayscale: #AAAAAA. Windows color (decimal): -8013118 or 12761733. OLE color: 12761733.
HSL color Cylindrical-coordinate representation of color #85BAC2: hue angle of 187.87º 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 #85BAC2 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 186 | 194 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.24 |
| HSL | 187.87º | 0.33% | 0.64% | - |
| HSV(B) | 187.87º | 0.31% | 0.76% | - |
| XYZ | 36.97 | 44 | 57.58 | - |
| YUV | 171.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 194 | 0.31 | 0.04 | 0 | 0.24 | 187.87 | 0.33 | 0.64 |
| Hex | 85 | BA | C2 | 1F | 4 | 0 | 18 | BC | 21 | 40 |
| Octal | 205 | 272 | 302 | 37 | 4 | 0 | 30 | 274 | 41 | 100 |
| Binary | 10000101 | 10111010 | 11000010 | 11111 | 100 | 0 | 11000 | 10111100 | 100001 | 1000000 |
Color Harmonies of #85BAC2
Complementary color
Monochromatic Colors of #85BAC2
Black with #85BAC2
Text Example
Text Example
White with #85BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BAC2; }
p { color: rgb(133,186,194); }
H1.HeaderClassName
{
color: #85BAC2;
}
.AnyTagClassName
{
color: #85BAC2;
}
</style>
background-color css
<style>
a { background-color: #85BAC2; }
a { background-color: rgb(133,186,194); }
div.DivClassName
{
background-color: #85BAC2;
}
.BgClassName
{
background-color: #85BAC2;
}
</style>
border-color css
<style>
span { border-color: #85BAC2; }
span { border-color: rgb(133,186,194); }
td.TdClassName
{
border-color: #85BAC2;
}
.TagClassName
{
border-color: #85BAC2;
}
</style>