Shades of Glacier #7CB4BE
Tints of Glacier #7CB4BE
RGB
CMYK
RGB Variations
Color information
#7CB4BE (or 0x7CB4BE) is known color: Glacier. HEX triplet: 7C, B4 and BE. RGB value is (124,180,190). Sum of RGB (Red+Green+Blue) = 124+180+190=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #7CB4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB4BE is #834B41. Grayscale: #A4A4A4. Windows color (decimal): -8604482 or 12498044. OLE color: 12498044.
HSL color Cylindrical-coordinate representation of color #7CB4BE: hue angle of 189.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CB4BE is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 180 | 190 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.25 |
| HSL | 189.09º | 0.34% | 0.62% | - |
| HSV(B) | 189.09º | 0.35% | 0.75% | - |
| XYZ | 33.93 | 40.65 | 54.77 | - |
| YUV | 164.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 190 | 0.35 | 0.05 | 0 | 0.25 | 189.09 | 0.34 | 0.62 |
| Hex | 7C | B4 | BE | 23 | 5 | 0 | 19 | BD | 22 | 3E |
| Octal | 174 | 264 | 276 | 43 | 5 | 0 | 31 | 275 | 42 | 76 |
| Binary | 1111100 | 10110100 | 10111110 | 100011 | 101 | 0 | 11001 | 10111101 | 100010 | 111110 |
Color Harmonies of #7CB4BE
Complementary color
Monochromatic Colors of #7CB4BE
Black with #7CB4BE
Text Example
Text Example
White with #7CB4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB4BE; }
p { color: rgb(124,180,190); }
H1.HeaderClassName
{
color: #7CB4BE;
}
.AnyTagClassName
{
color: #7CB4BE;
}
</style>
background-color css
<style>
a { background-color: #7CB4BE; }
a { background-color: rgb(124,180,190); }
div.DivClassName
{
background-color: #7CB4BE;
}
.BgClassName
{
background-color: #7CB4BE;
}
</style>
border-color css
<style>
span { border-color: #7CB4BE; }
span { border-color: rgb(124,180,190); }
td.TdClassName
{
border-color: #7CB4BE;
}
.TagClassName
{
border-color: #7CB4BE;
}
</style>