Shades of Glacier #89BAC2
Tints of Glacier #89BAC2
RGB
CMYK
RGB Variations
Color information
#89BAC2 (or 0x89BAC2) is known color: Glacier. HEX triplet: 89, BA and C2. RGB value is (137,186,194). Sum of RGB (Red+Green+Blue) = 137+186+194=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #89BAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BAC2 is #76453D. Grayscale: #ACACAC. Windows color (decimal): -7750974 or 12761737. OLE color: 12761737.
HSL color Cylindrical-coordinate representation of color #89BAC2: hue angle of 188.42º 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 #89BAC2 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 186 | 194 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.24 |
| HSL | 188.42º | 0.32% | 0.65% | - |
| HSV(B) | 188.42º | 0.29% | 0.76% | - |
| XYZ | 37.61 | 44.33 | 57.61 | - |
| YUV | 172.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 194 | 0.29 | 0.04 | 0 | 0.24 | 188.42 | 0.32 | 0.65 |
| Hex | 89 | BA | C2 | 1D | 4 | 0 | 18 | BC | 20 | 41 |
| Octal | 211 | 272 | 302 | 35 | 4 | 0 | 30 | 274 | 40 | 101 |
| Binary | 10001001 | 10111010 | 11000010 | 11101 | 100 | 0 | 11000 | 10111100 | 100000 | 1000001 |
Color Harmonies of #89BAC2
Complementary color
Monochromatic Colors of #89BAC2
Black with #89BAC2
Text Example
Text Example
White with #89BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BAC2; }
p { color: rgb(137,186,194); }
H1.HeaderClassName
{
color: #89BAC2;
}
.AnyTagClassName
{
color: #89BAC2;
}
</style>
background-color css
<style>
a { background-color: #89BAC2; }
a { background-color: rgb(137,186,194); }
div.DivClassName
{
background-color: #89BAC2;
}
.BgClassName
{
background-color: #89BAC2;
}
</style>
border-color css
<style>
span { border-color: #89BAC2; }
span { border-color: rgb(137,186,194); }
td.TdClassName
{
border-color: #89BAC2;
}
.TagClassName
{
border-color: #89BAC2;
}
</style>