Shades of Glacier #89BFC2
Tints of Glacier #89BFC2
RGB
CMYK
RGB Variations
Color information
#89BFC2 (or 0x89BFC2) is known color: Glacier. HEX triplet: 89, BF and C2. RGB value is (137,191,194). Sum of RGB (Red+Green+Blue) = 137+191+194=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 194 - color contains mainly: blue. Hex color #89BFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFC2 is #76403D. Grayscale: #AFAFAF. Windows color (decimal): -7749694 or 12763017. OLE color: 12763017.
HSL color Cylindrical-coordinate representation of color #89BFC2: hue angle of 183.16º degrees, saturation: 0.32, 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 #89BFC2 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 191 | 194 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.24 |
| HSL | 183.16º | 0.32% | 0.65% | - |
| HSV(B) | 183.16º | 0.29% | 0.76% | - |
| XYZ | 38.68 | 46.48 | 57.97 | - |
| YUV | 175.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 194 | 0.29 | 0.02 | 0 | 0.24 | 183.16 | 0.32 | 0.65 |
| Hex | 89 | BF | C2 | 1D | 2 | 0 | 18 | B7 | 20 | 41 |
| Octal | 211 | 277 | 302 | 35 | 2 | 0 | 30 | 267 | 40 | 101 |
| Binary | 10001001 | 10111111 | 11000010 | 11101 | 10 | 0 | 11000 | 10110111 | 100000 | 1000001 |
Color Harmonies of #89BFC2
Complementary color
Monochromatic Colors of #89BFC2
Black with #89BFC2
Text Example
Text Example
White with #89BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BFC2; }
p { color: rgb(137,191,194); }
H1.HeaderClassName
{
color: #89BFC2;
}
.AnyTagClassName
{
color: #89BFC2;
}
</style>
background-color css
<style>
a { background-color: #89BFC2; }
a { background-color: rgb(137,191,194); }
div.DivClassName
{
background-color: #89BFC2;
}
.BgClassName
{
background-color: #89BFC2;
}
</style>
border-color css
<style>
span { border-color: #89BFC2; }
span { border-color: rgb(137,191,194); }
td.TdClassName
{
border-color: #89BFC2;
}
.TagClassName
{
border-color: #89BFC2;
}
</style>