Shades of Glacier #7CB4BA
Tints of Glacier #7CB4BA
RGB
CMYK
RGB Variations
Color information
#7CB4BA (or 0x7CB4BA) is known color: Glacier. HEX triplet: 7C, B4 and BA. RGB value is (124,180,186). Sum of RGB (Red+Green+Blue) = 124+180+186=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #7CB4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB4BA is #834B45. Grayscale: #A3A3A3. Windows color (decimal): -8604486 or 12235900. OLE color: 12235900.
HSL color Cylindrical-coordinate representation of color #7CB4BA: hue angle of 185.81º 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 #7CB4BA is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 180 | 186 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.27 |
| HSL | 185.81º | 0.31% | 0.61% | - |
| HSV(B) | 185.81º | 0.33% | 0.73% | - |
| XYZ | 33.5 | 40.47 | 52.5 | - |
| YUV | 163.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 186 | 0.33 | 0.03 | 0 | 0.27 | 185.81 | 0.31 | 0.61 |
| Hex | 7C | B4 | BA | 21 | 3 | 0 | 1B | BA | 1F | 3D |
| Octal | 174 | 264 | 272 | 41 | 3 | 0 | 33 | 272 | 37 | 75 |
| Binary | 1111100 | 10110100 | 10111010 | 100001 | 11 | 0 | 11011 | 10111010 | 11111 | 111101 |
Color Harmonies of #7CB4BA
Complementary color
Monochromatic Colors of #7CB4BA
Black with #7CB4BA
Text Example
Text Example
White with #7CB4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB4BA; }
p { color: rgb(124,180,186); }
H1.HeaderClassName
{
color: #7CB4BA;
}
.AnyTagClassName
{
color: #7CB4BA;
}
</style>
background-color css
<style>
a { background-color: #7CB4BA; }
a { background-color: rgb(124,180,186); }
div.DivClassName
{
background-color: #7CB4BA;
}
.BgClassName
{
background-color: #7CB4BA;
}
</style>
border-color css
<style>
span { border-color: #7CB4BA; }
span { border-color: rgb(124,180,186); }
td.TdClassName
{
border-color: #7CB4BA;
}
.TagClassName
{
border-color: #7CB4BA;
}
</style>