Shades of Glacier #85AEBC
Tints of Glacier #85AEBC
RGB
CMYK
RGB Variations
Color information
#85AEBC (or 0x85AEBC) is known color: Glacier. HEX triplet: 85, AE and BC. RGB value is (133,174,188). Sum of RGB (Red+Green+Blue) = 133+174+188=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #85AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEBC is #7A5143. Grayscale: #A3A3A3. Windows color (decimal): -8016196 or 12365445. OLE color: 12365445.
HSL color Cylindrical-coordinate representation of color #85AEBC: hue angle of 195.27º 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 #85AEBC is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 174 | 188 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.26 |
| HSL | 195.27º | 0.29% | 0.63% | - |
| HSV(B) | 195.27º | 0.29% | 0.74% | - |
| XYZ | 33.89 | 38.89 | 53.3 | - |
| YUV | 163.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 174 | 188 | 0.29 | 0.07 | 0 | 0.26 | 195.27 | 0.29 | 0.63 |
| Hex | 85 | AE | BC | 1D | 7 | 0 | 1A | C3 | 1D | 3F |
| Octal | 205 | 256 | 274 | 35 | 7 | 0 | 32 | 303 | 35 | 77 |
| Binary | 10000101 | 10101110 | 10111100 | 11101 | 111 | 0 | 11010 | 11000011 | 11101 | 111111 |
Color Harmonies of #85AEBC
Complementary color
Monochromatic Colors of #85AEBC
Black with #85AEBC
Text Example
Text Example
White with #85AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AEBC; }
p { color: rgb(133,174,188); }
H1.HeaderClassName
{
color: #85AEBC;
}
.AnyTagClassName
{
color: #85AEBC;
}
</style>
background-color css
<style>
a { background-color: #85AEBC; }
a { background-color: rgb(133,174,188); }
div.DivClassName
{
background-color: #85AEBC;
}
.BgClassName
{
background-color: #85AEBC;
}
</style>
border-color css
<style>
span { border-color: #85AEBC; }
span { border-color: rgb(133,174,188); }
td.TdClassName
{
border-color: #85AEBC;
}
.TagClassName
{
border-color: #85AEBC;
}
</style>