Shades of Glacier #85BDC7
Tints of Glacier #85BDC7
RGB
CMYK
RGB Variations
Color information
#85BDC7 (or 0x85BDC7) is known color: Glacier. HEX triplet: 85, BD and C7. RGB value is (133,189,199). Sum of RGB (Red+Green+Blue) = 133+189+199=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 199 - color contains mainly: blue. Hex color #85BDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDC7 is #7A4238. Grayscale: #ADADAD. Windows color (decimal): -8012345 or 13090181. OLE color: 13090181.
HSL color Cylindrical-coordinate representation of color #85BDC7: hue angle of 189.09º 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 #85BDC7 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 189 | 199 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.22 |
| HSL | 189.09º | 0.37% | 0.65% | - |
| HSV(B) | 189.09º | 0.33% | 0.78% | - |
| XYZ | 38.18 | 45.51 | 60.8 | - |
| YUV | 173.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 199 | 0.33 | 0.05 | 0 | 0.22 | 189.09 | 0.37 | 0.65 |
| Hex | 85 | BD | C7 | 21 | 5 | 0 | 16 | BD | 25 | 41 |
| Octal | 205 | 275 | 307 | 41 | 5 | 0 | 26 | 275 | 45 | 101 |
| Binary | 10000101 | 10111101 | 11000111 | 100001 | 101 | 0 | 10110 | 10111101 | 100101 | 1000001 |
Color Harmonies of #85BDC7
Complementary color
Monochromatic Colors of #85BDC7
Black with #85BDC7
Text Example
Text Example
White with #85BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDC7; }
p { color: rgb(133,189,199); }
H1.HeaderClassName
{
color: #85BDC7;
}
.AnyTagClassName
{
color: #85BDC7;
}
</style>
background-color css
<style>
a { background-color: #85BDC7; }
a { background-color: rgb(133,189,199); }
div.DivClassName
{
background-color: #85BDC7;
}
.BgClassName
{
background-color: #85BDC7;
}
</style>
border-color css
<style>
span { border-color: #85BDC7; }
span { border-color: rgb(133,189,199); }
td.TdClassName
{
border-color: #85BDC7;
}
.TagClassName
{
border-color: #85BDC7;
}
</style>