Shades of Glacier #7CB1BA
Tints of Glacier #7CB1BA
RGB
CMYK
RGB Variations
Color information
#7CB1BA (or 0x7CB1BA) is known color: Glacier. HEX triplet: 7C, B1 and BA. RGB value is (124,177,186). Sum of RGB (Red+Green+Blue) = 124+177+186=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #7CB1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB1BA is #834E45. Grayscale: #A2A2A2. Windows color (decimal): -8605254 or 12235132. OLE color: 12235132.
HSL color Cylindrical-coordinate representation of color #7CB1BA: hue angle of 188.71º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB1BA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 177 | 186 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.27 |
| HSL | 188.71º | 0.31% | 0.61% | - |
| HSV(B) | 188.71º | 0.33% | 0.73% | - |
| XYZ | 32.9 | 39.27 | 52.3 | - |
| YUV | 162.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 186 | 0.33 | 0.05 | 0 | 0.27 | 188.71 | 0.31 | 0.61 |
| Hex | 7C | B1 | BA | 21 | 5 | 0 | 1B | BD | 1F | 3D |
| Octal | 174 | 261 | 272 | 41 | 5 | 0 | 33 | 275 | 37 | 75 |
| Binary | 1111100 | 10110001 | 10111010 | 100001 | 101 | 0 | 11011 | 10111101 | 11111 | 111101 |
Color Harmonies of #7CB1BA
Complementary color
Monochromatic Colors of #7CB1BA
Black with #7CB1BA
Text Example
Text Example
White with #7CB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB1BA; }
p { color: rgb(124,177,186); }
H1.HeaderClassName
{
color: #7CB1BA;
}
.AnyTagClassName
{
color: #7CB1BA;
}
</style>
background-color css
<style>
a { background-color: #7CB1BA; }
a { background-color: rgb(124,177,186); }
div.DivClassName
{
background-color: #7CB1BA;
}
.BgClassName
{
background-color: #7CB1BA;
}
</style>
border-color css
<style>
span { border-color: #7CB1BA; }
span { border-color: rgb(124,177,186); }
td.TdClassName
{
border-color: #7CB1BA;
}
.TagClassName
{
border-color: #7CB1BA;
}
</style>