Shades of Glacier #89BBC7
Tints of Glacier #89BBC7
RGB
CMYK
RGB Variations
Color information
#89BBC7 (or 0x89BBC7) is known color: Glacier. HEX triplet: 89, BB and C7. RGB value is (137,187,199). Sum of RGB (Red+Green+Blue) = 137+187+199=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 199 - color contains mainly: blue. Hex color #89BBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBC7 is #764438. Grayscale: #ADADAD. Windows color (decimal): -7750713 or 13089673. OLE color: 13089673.
HSL color Cylindrical-coordinate representation of color #89BBC7: hue angle of 191.61º 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 #89BBC7 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 187 | 199 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.22 |
| HSL | 191.61º | 0.36% | 0.66% | - |
| HSV(B) | 191.61º | 0.31% | 0.78% | - |
| XYZ | 38.4 | 44.98 | 60.69 | - |
| YUV | 173.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 199 | 0.31 | 0.06 | 0 | 0.22 | 191.61 | 0.36 | 0.66 |
| Hex | 89 | BB | C7 | 1F | 6 | 0 | 16 | C0 | 24 | 42 |
| Octal | 211 | 273 | 307 | 37 | 6 | 0 | 26 | 300 | 44 | 102 |
| Binary | 10001001 | 10111011 | 11000111 | 11111 | 110 | 0 | 10110 | 11000000 | 100100 | 1000010 |
Color Harmonies of #89BBC7
Complementary color
Monochromatic Colors of #89BBC7
Black with #89BBC7
Text Example
Text Example
White with #89BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BBC7; }
p { color: rgb(137,187,199); }
H1.HeaderClassName
{
color: #89BBC7;
}
.AnyTagClassName
{
color: #89BBC7;
}
</style>
background-color css
<style>
a { background-color: #89BBC7; }
a { background-color: rgb(137,187,199); }
div.DivClassName
{
background-color: #89BBC7;
}
.BgClassName
{
background-color: #89BBC7;
}
</style>
border-color css
<style>
span { border-color: #89BBC7; }
span { border-color: rgb(137,187,199); }
td.TdClassName
{
border-color: #89BBC7;
}
.TagClassName
{
border-color: #89BBC7;
}
</style>