Shades of Glacier #89B9C2
Tints of Glacier #89B9C2
RGB
CMYK
RGB Variations
Color information
#89B9C2 (or 0x89B9C2) is known color: Glacier. HEX triplet: 89, B9 and C2. RGB value is (137,185,194). Sum of RGB (Red+Green+Blue) = 137+185+194=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: blue. Hex color #89B9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B9C2 is #76463D. Grayscale: #ABABAB. Windows color (decimal): -7751230 or 12761481. OLE color: 12761481.
HSL color Cylindrical-coordinate representation of color #89B9C2: hue angle of 189.47º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89B9C2 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 185 | 194 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.24 |
| HSL | 189.47º | 0.32% | 0.65% | - |
| HSV(B) | 189.47º | 0.29% | 0.76% | - |
| XYZ | 37.4 | 43.91 | 57.54 | - |
| YUV | 171.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 185 | 194 | 0.29 | 0.05 | 0 | 0.24 | 189.47 | 0.32 | 0.65 |
| Hex | 89 | B9 | C2 | 1D | 5 | 0 | 18 | BD | 20 | 41 |
| Octal | 211 | 271 | 302 | 35 | 5 | 0 | 30 | 275 | 40 | 101 |
| Binary | 10001001 | 10111001 | 11000010 | 11101 | 101 | 0 | 11000 | 10111101 | 100000 | 1000001 |
Color Harmonies of #89B9C2
Complementary color
Monochromatic Colors of #89B9C2
Black with #89B9C2
Text Example
Text Example
White with #89B9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B9C2; }
p { color: rgb(137,185,194); }
H1.HeaderClassName
{
color: #89B9C2;
}
.AnyTagClassName
{
color: #89B9C2;
}
</style>
background-color css
<style>
a { background-color: #89B9C2; }
a { background-color: rgb(137,185,194); }
div.DivClassName
{
background-color: #89B9C2;
}
.BgClassName
{
background-color: #89B9C2;
}
</style>
border-color css
<style>
span { border-color: #89B9C2; }
span { border-color: rgb(137,185,194); }
td.TdClassName
{
border-color: #89B9C2;
}
.TagClassName
{
border-color: #89B9C2;
}
</style>