Shades of Glacier #7CB4BB
Tints of Glacier #7CB4BB
RGB
CMYK
RGB Variations
Color information
#7CB4BB (or 0x7CB4BB) is known color: Glacier. HEX triplet: 7C, B4 and BB. RGB value is (124,180,187). Sum of RGB (Red+Green+Blue) = 124+180+187=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #7CB4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB4BB is #834B44. Grayscale: #A3A3A3. Windows color (decimal): -8604485 or 12301436. OLE color: 12301436.
HSL color Cylindrical-coordinate representation of color #7CB4BB: hue angle of 186.67º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CB4BB is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 180 | 187 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.27 |
| HSL | 186.67º | 0.32% | 0.61% | - |
| HSV(B) | 186.67º | 0.34% | 0.73% | - |
| XYZ | 33.6 | 40.52 | 53.06 | - |
| YUV | 164.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 187 | 0.34 | 0.04 | 0 | 0.27 | 186.67 | 0.32 | 0.61 |
| Hex | 7C | B4 | BB | 22 | 4 | 0 | 1B | BB | 20 | 3D |
| Octal | 174 | 264 | 273 | 42 | 4 | 0 | 33 | 273 | 40 | 75 |
| Binary | 1111100 | 10110100 | 10111011 | 100010 | 100 | 0 | 11011 | 10111011 | 100000 | 111101 |
Color Harmonies of #7CB4BB
Complementary color
Monochromatic Colors of #7CB4BB
Black with #7CB4BB
Text Example
Text Example
White with #7CB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB4BB; }
p { color: rgb(124,180,187); }
H1.HeaderClassName
{
color: #7CB4BB;
}
.AnyTagClassName
{
color: #7CB4BB;
}
</style>
background-color css
<style>
a { background-color: #7CB4BB; }
a { background-color: rgb(124,180,187); }
div.DivClassName
{
background-color: #7CB4BB;
}
.BgClassName
{
background-color: #7CB4BB;
}
</style>
border-color css
<style>
span { border-color: #7CB4BB; }
span { border-color: rgb(124,180,187); }
td.TdClassName
{
border-color: #7CB4BB;
}
.TagClassName
{
border-color: #7CB4BB;
}
</style>