Shades of Glacier #89BDC2
Tints of Glacier #89BDC2
RGB
CMYK
RGB Variations
Color information
#89BDC2 (or 0x89BDC2) is known color: Glacier. HEX triplet: 89, BD and C2. RGB value is (137,189,194). Sum of RGB (Red+Green+Blue) = 137+189+194=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #89BDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDC2 is #76423D. Grayscale: #ADADAD. Windows color (decimal): -7750206 or 12762505. OLE color: 12762505.
HSL color Cylindrical-coordinate representation of color #89BDC2: hue angle of 185.26º 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 #89BDC2 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 189 | 194 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.24 |
| HSL | 185.26º | 0.32% | 0.65% | - |
| HSV(B) | 185.26º | 0.29% | 0.76% | - |
| XYZ | 38.25 | 45.61 | 57.83 | - |
| YUV | 174.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 194 | 0.29 | 0.03 | 0 | 0.24 | 185.26 | 0.32 | 0.65 |
| Hex | 89 | BD | C2 | 1D | 3 | 0 | 18 | B9 | 20 | 41 |
| Octal | 211 | 275 | 302 | 35 | 3 | 0 | 30 | 271 | 40 | 101 |
| Binary | 10001001 | 10111101 | 11000010 | 11101 | 11 | 0 | 11000 | 10111001 | 100000 | 1000001 |
Color Harmonies of #89BDC2
Complementary color
Monochromatic Colors of #89BDC2
Black with #89BDC2
Text Example
Text Example
White with #89BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BDC2; }
p { color: rgb(137,189,194); }
H1.HeaderClassName
{
color: #89BDC2;
}
.AnyTagClassName
{
color: #89BDC2;
}
</style>
background-color css
<style>
a { background-color: #89BDC2; }
a { background-color: rgb(137,189,194); }
div.DivClassName
{
background-color: #89BDC2;
}
.BgClassName
{
background-color: #89BDC2;
}
</style>
border-color css
<style>
span { border-color: #89BDC2; }
span { border-color: rgb(137,189,194); }
td.TdClassName
{
border-color: #89BDC2;
}
.TagClassName
{
border-color: #89BDC2;
}
</style>