Shades of Glacier #89BAC6
Tints of Glacier #89BAC6
RGB
CMYK
RGB Variations
Color information
#89BAC6 (or 0x89BAC6) is known color: Glacier. HEX triplet: 89, BA and C6. RGB value is (137,186,198). Sum of RGB (Red+Green+Blue) = 137+186+198=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: blue. Hex color #89BAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BAC6 is #764539. Grayscale: #ACACAC. Windows color (decimal): -7750970 or 13023881. OLE color: 13023881.
HSL color Cylindrical-coordinate representation of color #89BAC6: hue angle of 191.8º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89BAC6 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 186 | 198 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.22 |
| HSL | 191.8º | 0.35% | 0.66% | - |
| HSV(B) | 191.8º | 0.31% | 0.78% | - |
| XYZ | 38.07 | 44.51 | 60.01 | - |
| YUV | 172.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 198 | 0.31 | 0.06 | 0 | 0.22 | 191.8 | 0.35 | 0.66 |
| Hex | 89 | BA | C6 | 1F | 6 | 0 | 16 | C0 | 23 | 42 |
| Octal | 211 | 272 | 306 | 37 | 6 | 0 | 26 | 300 | 43 | 102 |
| Binary | 10001001 | 10111010 | 11000110 | 11111 | 110 | 0 | 10110 | 11000000 | 100011 | 1000010 |
Color Harmonies of #89BAC6
Complementary color
Monochromatic Colors of #89BAC6
Black with #89BAC6
Text Example
Text Example
White with #89BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BAC6; }
p { color: rgb(137,186,198); }
H1.HeaderClassName
{
color: #89BAC6;
}
.AnyTagClassName
{
color: #89BAC6;
}
</style>
background-color css
<style>
a { background-color: #89BAC6; }
a { background-color: rgb(137,186,198); }
div.DivClassName
{
background-color: #89BAC6;
}
.BgClassName
{
background-color: #89BAC6;
}
</style>
border-color css
<style>
span { border-color: #89BAC6; }
span { border-color: rgb(137,186,198); }
td.TdClassName
{
border-color: #89BAC6;
}
.TagClassName
{
border-color: #89BAC6;
}
</style>