Shades of Glacier #89B6C3
Tints of Glacier #89B6C3
RGB
CMYK
RGB Variations
Color information
#89B6C3 (or 0x89B6C3) is known color: Glacier. HEX triplet: 89, B6 and C3. RGB value is (137,182,195). Sum of RGB (Red+Green+Blue) = 137+182+195=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #89B6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B6C3 is #76493C. Grayscale: #A9A9A9. Windows color (decimal): -7751997 or 12826249. OLE color: 12826249.
HSL color Cylindrical-coordinate representation of color #89B6C3: hue angle of 193.45º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89B6C3 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 182 | 195 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.24 |
| HSL | 193.45º | 0.33% | 0.65% | - |
| HSV(B) | 193.45º | 0.3% | 0.76% | - |
| XYZ | 36.89 | 42.71 | 57.93 | - |
| YUV | 170.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 182 | 195 | 0.30 | 0.07 | 0 | 0.24 | 193.45 | 0.33 | 0.65 |
| Hex | 89 | B6 | C3 | 1E | 7 | 0 | 18 | C1 | 21 | 41 |
| Octal | 211 | 266 | 303 | 36 | 7 | 0 | 30 | 301 | 41 | 101 |
| Binary | 10001001 | 10110110 | 11000011 | 11110 | 111 | 0 | 11000 | 11000001 | 100001 | 1000001 |
Color Harmonies of #89B6C3
Complementary color
Monochromatic Colors of #89B6C3
Black with #89B6C3
Text Example
Text Example
White with #89B6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B6C3; }
p { color: rgb(137,182,195); }
H1.HeaderClassName
{
color: #89B6C3;
}
.AnyTagClassName
{
color: #89B6C3;
}
</style>
background-color css
<style>
a { background-color: #89B6C3; }
a { background-color: rgb(137,182,195); }
div.DivClassName
{
background-color: #89B6C3;
}
.BgClassName
{
background-color: #89B6C3;
}
</style>
border-color css
<style>
span { border-color: #89B6C3; }
span { border-color: rgb(137,182,195); }
td.TdClassName
{
border-color: #89B6C3;
}
.TagClassName
{
border-color: #89B6C3;
}
</style>