Shades of Glacier #85AFBC
Tints of Glacier #85AFBC
RGB
CMYK
RGB Variations
Color information
#85AFBC (or 0x85AFBC) is known color: Glacier. HEX triplet: 85, AF and BC. RGB value is (133,175,188). Sum of RGB (Red+Green+Blue) = 133+175+188=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #85AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFBC is #7A5043. Grayscale: #A3A3A3. Windows color (decimal): -8015940 or 12365701. OLE color: 12365701.
HSL color Cylindrical-coordinate representation of color #85AFBC: hue angle of 194.18º 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 #85AFBC is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 175 | 188 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.26 |
| HSL | 194.18º | 0.29% | 0.63% | - |
| HSV(B) | 194.18º | 0.29% | 0.74% | - |
| XYZ | 34.08 | 39.28 | 53.36 | - |
| YUV | 163.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 188 | 0.29 | 0.07 | 0 | 0.26 | 194.18 | 0.29 | 0.63 |
| Hex | 85 | AF | BC | 1D | 7 | 0 | 1A | C2 | 1D | 3F |
| Octal | 205 | 257 | 274 | 35 | 7 | 0 | 32 | 302 | 35 | 77 |
| Binary | 10000101 | 10101111 | 10111100 | 11101 | 111 | 0 | 11010 | 11000010 | 11101 | 111111 |
Color Harmonies of #85AFBC
Complementary color
Monochromatic Colors of #85AFBC
Black with #85AFBC
Text Example
Text Example
White with #85AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AFBC; }
p { color: rgb(133,175,188); }
H1.HeaderClassName
{
color: #85AFBC;
}
.AnyTagClassName
{
color: #85AFBC;
}
</style>
background-color css
<style>
a { background-color: #85AFBC; }
a { background-color: rgb(133,175,188); }
div.DivClassName
{
background-color: #85AFBC;
}
.BgClassName
{
background-color: #85AFBC;
}
</style>
border-color css
<style>
span { border-color: #85AFBC; }
span { border-color: rgb(133,175,188); }
td.TdClassName
{
border-color: #85AFBC;
}
.TagClassName
{
border-color: #85AFBC;
}
</style>