Shades of Glacier #85C0C3
Tints of Glacier #85C0C3
RGB
CMYK
RGB Variations
Color information
#85C0C3 (or 0x85C0C3) is known color: Glacier. HEX triplet: 85, C0 and C3. RGB value is (133,192,195). Sum of RGB (Red+Green+Blue) = 133+192+195=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #85C0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C0C3 is #7A3F3C. Grayscale: #AEAEAE. Windows color (decimal): -8011581 or 12828805. OLE color: 12828805.
HSL color Cylindrical-coordinate representation of color #85C0C3: hue angle of 182.9º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85C0C3 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 192 | 195 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.24 |
| HSL | 182.9º | 0.34% | 0.64% | - |
| HSV(B) | 182.9º | 0.32% | 0.76% | - |
| XYZ | 38.37 | 46.63 | 58.61 | - |
| YUV | 174.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 195 | 0.32 | 0.02 | 0 | 0.24 | 182.9 | 0.34 | 0.64 |
| Hex | 85 | C0 | C3 | 20 | 2 | 0 | 18 | B7 | 22 | 40 |
| Octal | 205 | 300 | 303 | 40 | 2 | 0 | 30 | 267 | 42 | 100 |
| Binary | 10000101 | 11000000 | 11000011 | 100000 | 10 | 0 | 11000 | 10110111 | 100010 | 1000000 |
Color Harmonies of #85C0C3
Complementary color
Monochromatic Colors of #85C0C3
Black with #85C0C3
Text Example
Text Example
White with #85C0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C0C3; }
p { color: rgb(133,192,195); }
H1.HeaderClassName
{
color: #85C0C3;
}
.AnyTagClassName
{
color: #85C0C3;
}
</style>
background-color css
<style>
a { background-color: #85C0C3; }
a { background-color: rgb(133,192,195); }
div.DivClassName
{
background-color: #85C0C3;
}
.BgClassName
{
background-color: #85C0C3;
}
</style>
border-color css
<style>
span { border-color: #85C0C3; }
span { border-color: rgb(133,192,195); }
td.TdClassName
{
border-color: #85C0C3;
}
.TagClassName
{
border-color: #85C0C3;
}
</style>