Shades of Glacier #89BBC5
Tints of Glacier #89BBC5
RGB
CMYK
RGB Variations
Color information
#89BBC5 (or 0x89BBC5) is known color: Glacier. HEX triplet: 89, BB and C5. RGB value is (137,187,197). Sum of RGB (Red+Green+Blue) = 137+187+197=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 197 - color contains mainly: blue. Hex color #89BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBC5 is #76443A. Grayscale: #ADADAD. Windows color (decimal): -7750715 or 12958601. OLE color: 12958601.
HSL color Cylindrical-coordinate representation of color #89BBC5: hue angle of 190º degrees, saturation: 0.34, 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 #89BBC5 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 187 | 197 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.23 |
| HSL | 190º | 0.34% | 0.65% | - |
| HSV(B) | 190º | 0.3% | 0.77% | - |
| XYZ | 38.16 | 44.89 | 59.48 | - |
| YUV | 173.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 197 | 0.30 | 0.05 | 0 | 0.23 | 190 | 0.34 | 0.65 |
| Hex | 89 | BB | C5 | 1E | 5 | 0 | 17 | BE | 22 | 41 |
| Octal | 211 | 273 | 305 | 36 | 5 | 0 | 27 | 276 | 42 | 101 |
| Binary | 10001001 | 10111011 | 11000101 | 11110 | 101 | 0 | 10111 | 10111110 | 100010 | 1000001 |
Color Harmonies of #89BBC5
Complementary color
Monochromatic Colors of #89BBC5
Black with #89BBC5
Text Example
Text Example
White with #89BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BBC5; }
p { color: rgb(137,187,197); }
H1.HeaderClassName
{
color: #89BBC5;
}
.AnyTagClassName
{
color: #89BBC5;
}
</style>
background-color css
<style>
a { background-color: #89BBC5; }
a { background-color: rgb(137,187,197); }
div.DivClassName
{
background-color: #89BBC5;
}
.BgClassName
{
background-color: #89BBC5;
}
</style>
border-color css
<style>
span { border-color: #89BBC5; }
span { border-color: rgb(137,187,197); }
td.TdClassName
{
border-color: #89BBC5;
}
.TagClassName
{
border-color: #89BBC5;
}
</style>