Shades of Glacier #89C0C4
Tints of Glacier #89C0C4
RGB
CMYK
RGB Variations
Color information
#89C0C4 (or 0x89C0C4) is known color: Glacier. HEX triplet: 89, C0 and C4. RGB value is (137,192,196). Sum of RGB (Red+Green+Blue) = 137+192+196=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 196 - color contains mainly: blue. Hex color #89C0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0C4 is #763F3B. Grayscale: #AFAFAF. Windows color (decimal): -7749436 or 12894345. OLE color: 12894345.
HSL color Cylindrical-coordinate representation of color #89C0C4: hue angle of 184.07º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C0C4 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 192 | 196 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.23 |
| HSL | 184.07º | 0.33% | 0.65% | - |
| HSV(B) | 184.07º | 0.3% | 0.77% | - |
| XYZ | 39.13 | 47 | 59.23 | - |
| YUV | 176.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 196 | 0.30 | 0.02 | 0 | 0.23 | 184.07 | 0.33 | 0.65 |
| Hex | 89 | C0 | C4 | 1E | 2 | 0 | 17 | B8 | 21 | 41 |
| Octal | 211 | 300 | 304 | 36 | 2 | 0 | 27 | 270 | 41 | 101 |
| Binary | 10001001 | 11000000 | 11000100 | 11110 | 10 | 0 | 10111 | 10111000 | 100001 | 1000001 |
Color Harmonies of #89C0C4
Complementary color
Monochromatic Colors of #89C0C4
Black with #89C0C4
Text Example
Text Example
White with #89C0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C0C4; }
p { color: rgb(137,192,196); }
H1.HeaderClassName
{
color: #89C0C4;
}
.AnyTagClassName
{
color: #89C0C4;
}
</style>
background-color css
<style>
a { background-color: #89C0C4; }
a { background-color: rgb(137,192,196); }
div.DivClassName
{
background-color: #89C0C4;
}
.BgClassName
{
background-color: #89C0C4;
}
</style>
border-color css
<style>
span { border-color: #89C0C4; }
span { border-color: rgb(137,192,196); }
td.TdClassName
{
border-color: #89C0C4;
}
.TagClassName
{
border-color: #89C0C4;
}
</style>