Shades of Glacier #89C0C7
Tints of Glacier #89C0C7
RGB
CMYK
RGB Variations
Color information
#89C0C7 (or 0x89C0C7) is known color: Glacier. HEX triplet: 89, C0 and C7. RGB value is (137,192,199). Sum of RGB (Red+Green+Blue) = 137+192+199=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 199 - color contains mainly: blue. Hex color #89C0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0C7 is #763F38. Grayscale: #B0B0B0. Windows color (decimal): -7749433 or 13090953. OLE color: 13090953.
HSL color Cylindrical-coordinate representation of color #89C0C7: hue angle of 186.77º degrees, saturation: 0.36, 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 #89C0C7 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 192 | 199 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.22 |
| HSL | 186.77º | 0.36% | 0.66% | - |
| HSV(B) | 186.77º | 0.31% | 0.78% | - |
| XYZ | 39.47 | 47.14 | 61.05 | - |
| YUV | 176.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 199 | 0.31 | 0.04 | 0 | 0.22 | 186.77 | 0.36 | 0.66 |
| Hex | 89 | C0 | C7 | 1F | 4 | 0 | 16 | BB | 24 | 42 |
| Octal | 211 | 300 | 307 | 37 | 4 | 0 | 26 | 273 | 44 | 102 |
| Binary | 10001001 | 11000000 | 11000111 | 11111 | 100 | 0 | 10110 | 10111011 | 100100 | 1000010 |
Color Harmonies of #89C0C7
Complementary color
Monochromatic Colors of #89C0C7
Black with #89C0C7
Text Example
Text Example
White with #89C0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C0C7; }
p { color: rgb(137,192,199); }
H1.HeaderClassName
{
color: #89C0C7;
}
.AnyTagClassName
{
color: #89C0C7;
}
</style>
background-color css
<style>
a { background-color: #89C0C7; }
a { background-color: rgb(137,192,199); }
div.DivClassName
{
background-color: #89C0C7;
}
.BgClassName
{
background-color: #89C0C7;
}
</style>
border-color css
<style>
span { border-color: #89C0C7; }
span { border-color: rgb(137,192,199); }
td.TdClassName
{
border-color: #89C0C7;
}
.TagClassName
{
border-color: #89C0C7;
}
</style>