Shades of Glacier #89BCC1
Tints of Glacier #89BCC1
RGB
CMYK
RGB Variations
Color information
#89BCC1 (or 0x89BCC1) is known color: Glacier. HEX triplet: 89, BC and C1. RGB value is (137,188,193). Sum of RGB (Red+Green+Blue) = 137+188+193=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #89BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCC1 is #76433E. Grayscale: #ADADAD. Windows color (decimal): -7750463 or 12696713. OLE color: 12696713.
HSL color Cylindrical-coordinate representation of color #89BCC1: hue angle of 185.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89BCC1 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 188 | 193 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.24 |
| HSL | 185.36º | 0.31% | 0.65% | - |
| HSV(B) | 185.36º | 0.29% | 0.76% | - |
| XYZ | 37.93 | 45.14 | 57.17 | - |
| YUV | 173.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 193 | 0.29 | 0.03 | 0 | 0.24 | 185.36 | 0.31 | 0.65 |
| Hex | 89 | BC | C1 | 1D | 3 | 0 | 18 | B9 | 1F | 41 |
| Octal | 211 | 274 | 301 | 35 | 3 | 0 | 30 | 271 | 37 | 101 |
| Binary | 10001001 | 10111100 | 11000001 | 11101 | 11 | 0 | 11000 | 10111001 | 11111 | 1000001 |
Color Harmonies of #89BCC1
Complementary color
Monochromatic Colors of #89BCC1
Black with #89BCC1
Text Example
Text Example
White with #89BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCC1; }
p { color: rgb(137,188,193); }
H1.HeaderClassName
{
color: #89BCC1;
}
.AnyTagClassName
{
color: #89BCC1;
}
</style>
background-color css
<style>
a { background-color: #89BCC1; }
a { background-color: rgb(137,188,193); }
div.DivClassName
{
background-color: #89BCC1;
}
.BgClassName
{
background-color: #89BCC1;
}
</style>
border-color css
<style>
span { border-color: #89BCC1; }
span { border-color: rgb(137,188,193); }
td.TdClassName
{
border-color: #89BCC1;
}
.TagClassName
{
border-color: #89BCC1;
}
</style>