Shades of Glacier #85BDBD
Tints of Glacier #85BDBD
RGB
CMYK
RGB Variations
Color information
#85BDBD (or 0x85BDBD) is known color: Glacier. HEX triplet: 85, BD and BD. RGB value is (133,189,189). Sum of RGB (Red+Green+Blue) = 133+189+189=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #85BDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDBD is #7A4242. Grayscale: #ACACAC. Windows color (decimal): -8012355 or 12434821. OLE color: 12434821.
HSL color Cylindrical-coordinate representation of color #85BDBD: hue angle of 180º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BDBD is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 189 | - |
| CMYK | 0.30 | 0 | 0 | 0.26 |
| HSL | 180º | 0.3% | 0.63% | - |
| HSV(B) | 180º | 0.3% | 0.74% | - |
| XYZ | 37.06 | 45.06 | 54.89 | - |
| YUV | 172.26 | 137.45 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 189 | 0.30 | 0 | 0 | 0.26 | 180 | 0.3 | 0.63 |
| Hex | 85 | BD | BD | 1E | 0 | 0 | 1A | B4 | 1E | 3F |
| Octal | 205 | 275 | 275 | 36 | 0 | 0 | 32 | 264 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10111101 | 11110 | 0 | 0 | 11010 | 10110100 | 11110 | 111111 |
Color Harmonies of #85BDBD
Complementary color
Monochromatic Colors of #85BDBD
Black with #85BDBD
Text Example
Text Example
White with #85BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDBD; }
p { color: rgb(133,189,189); }
H1.HeaderClassName
{
color: #85BDBD;
}
.AnyTagClassName
{
color: #85BDBD;
}
</style>
background-color css
<style>
a { background-color: #85BDBD; }
a { background-color: rgb(133,189,189); }
div.DivClassName
{
background-color: #85BDBD;
}
.BgClassName
{
background-color: #85BDBD;
}
</style>
border-color css
<style>
span { border-color: #85BDBD; }
span { border-color: rgb(133,189,189); }
td.TdClassName
{
border-color: #85BDBD;
}
.TagClassName
{
border-color: #85BDBD;
}
</style>