Shades of Glacier #7CB2BA
Tints of Glacier #7CB2BA
RGB
CMYK
RGB Variations
Color information
#7CB2BA (or 0x7CB2BA) is known color: Glacier. HEX triplet: 7C, B2 and BA. RGB value is (124,178,186). Sum of RGB (Red+Green+Blue) = 124+178+186=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #7CB2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB2BA is #834D45. Grayscale: #A2A2A2. Windows color (decimal): -8604998 or 12235388. OLE color: 12235388.
HSL color Cylindrical-coordinate representation of color #7CB2BA: hue angle of 187.74º 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 #7CB2BA is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 178 | 186 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.27 |
| HSL | 187.74º | 0.31% | 0.61% | - |
| HSV(B) | 187.74º | 0.33% | 0.73% | - |
| XYZ | 33.1 | 39.67 | 52.37 | - |
| YUV | 162.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 186 | 0.33 | 0.04 | 0 | 0.27 | 187.74 | 0.31 | 0.61 |
| Hex | 7C | B2 | BA | 21 | 4 | 0 | 1B | BC | 1F | 3D |
| Octal | 174 | 262 | 272 | 41 | 4 | 0 | 33 | 274 | 37 | 75 |
| Binary | 1111100 | 10110010 | 10111010 | 100001 | 100 | 0 | 11011 | 10111100 | 11111 | 111101 |
Color Harmonies of #7CB2BA
Complementary color
Monochromatic Colors of #7CB2BA
Black with #7CB2BA
Text Example
Text Example
White with #7CB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB2BA; }
p { color: rgb(124,178,186); }
H1.HeaderClassName
{
color: #7CB2BA;
}
.AnyTagClassName
{
color: #7CB2BA;
}
</style>
background-color css
<style>
a { background-color: #7CB2BA; }
a { background-color: rgb(124,178,186); }
div.DivClassName
{
background-color: #7CB2BA;
}
.BgClassName
{
background-color: #7CB2BA;
}
</style>
border-color css
<style>
span { border-color: #7CB2BA; }
span { border-color: rgb(124,178,186); }
td.TdClassName
{
border-color: #7CB2BA;
}
.TagClassName
{
border-color: #7CB2BA;
}
</style>