Shades of Glacier #85BCBC
Tints of Glacier #85BCBC
RGB
CMYK
RGB Variations
Color information
#85BCBC (or 0x85BCBC) is known color: Glacier. HEX triplet: 85, BC and BC. RGB value is (133,188,188). Sum of RGB (Red+Green+Blue) = 133+188+188=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #85BCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCBC is #7A4343. Grayscale: #ABABAB. Windows color (decimal): -8012612 or 12369029. OLE color: 12369029.
HSL color Cylindrical-coordinate representation of color #85BCBC: hue angle of 180º 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 #85BCBC is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 188 | - |
| CMYK | 0.29 | 0 | 0 | 0.26 |
| HSL | 180º | 0.29% | 0.63% | - |
| HSV(B) | 180º | 0.29% | 0.74% | - |
| XYZ | 36.73 | 44.58 | 54.25 | - |
| YUV | 171.56 | 137.28 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 188 | 0.29 | 0 | 0 | 0.26 | 180 | 0.29 | 0.63 |
| Hex | 85 | BC | BC | 1D | 0 | 0 | 1A | B4 | 1D | 3F |
| Octal | 205 | 274 | 274 | 35 | 0 | 0 | 32 | 264 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10111100 | 11101 | 0 | 0 | 11010 | 10110100 | 11101 | 111111 |
Color Harmonies of #85BCBC
Complementary color
Monochromatic Colors of #85BCBC
Black with #85BCBC
Text Example
Text Example
White with #85BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCBC; }
p { color: rgb(133,188,188); }
H1.HeaderClassName
{
color: #85BCBC;
}
.AnyTagClassName
{
color: #85BCBC;
}
</style>
background-color css
<style>
a { background-color: #85BCBC; }
a { background-color: rgb(133,188,188); }
div.DivClassName
{
background-color: #85BCBC;
}
.BgClassName
{
background-color: #85BCBC;
}
</style>
border-color css
<style>
span { border-color: #85BCBC; }
span { border-color: rgb(133,188,188); }
td.TdClassName
{
border-color: #85BCBC;
}
.TagClassName
{
border-color: #85BCBC;
}
</style>