Shades of Glacier #85BFC7
Tints of Glacier #85BFC7
RGB
CMYK
RGB Variations
Color information
#85BFC7 (or 0x85BFC7) is known color: Glacier. HEX triplet: 85, BF and C7. RGB value is (133,191,199). Sum of RGB (Red+Green+Blue) = 133+191+199=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 199 - color contains mainly: blue. Hex color #85BFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFC7 is #7A4038. Grayscale: #AEAEAE. Windows color (decimal): -8011833 or 13090693. OLE color: 13090693.
HSL color Cylindrical-coordinate representation of color #85BFC7: hue angle of 187.27º degrees, saturation: 0.37, 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 #85BFC7 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 191 | 199 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.22 |
| HSL | 187.27º | 0.37% | 0.65% | - |
| HSV(B) | 187.27º | 0.33% | 0.78% | - |
| XYZ | 38.61 | 46.37 | 60.95 | - |
| YUV | 174.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 199 | 0.33 | 0.04 | 0 | 0.22 | 187.27 | 0.37 | 0.65 |
| Hex | 85 | BF | C7 | 21 | 4 | 0 | 16 | BB | 25 | 41 |
| Octal | 205 | 277 | 307 | 41 | 4 | 0 | 26 | 273 | 45 | 101 |
| Binary | 10000101 | 10111111 | 11000111 | 100001 | 100 | 0 | 10110 | 10111011 | 100101 | 1000001 |
Color Harmonies of #85BFC7
Complementary color
Monochromatic Colors of #85BFC7
Black with #85BFC7
Text Example
Text Example
White with #85BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFC7; }
p { color: rgb(133,191,199); }
H1.HeaderClassName
{
color: #85BFC7;
}
.AnyTagClassName
{
color: #85BFC7;
}
</style>
background-color css
<style>
a { background-color: #85BFC7; }
a { background-color: rgb(133,191,199); }
div.DivClassName
{
background-color: #85BFC7;
}
.BgClassName
{
background-color: #85BFC7;
}
</style>
border-color css
<style>
span { border-color: #85BFC7; }
span { border-color: rgb(133,191,199); }
td.TdClassName
{
border-color: #85BFC7;
}
.TagClassName
{
border-color: #85BFC7;
}
</style>