Shades of Glacier #7CB6BA
Tints of Glacier #7CB6BA
RGB
CMYK
RGB Variations
Color information
#7CB6BA (or 0x7CB6BA) is known color: Glacier. HEX triplet: 7C, B6 and BA. RGB value is (124,182,186). Sum of RGB (Red+Green+Blue) = 124+182+186=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #7CB6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB6BA is #834945. Grayscale: #A5A5A5. Windows color (decimal): -8603974 or 12236412. OLE color: 12236412.
HSL color Cylindrical-coordinate representation of color #7CB6BA: hue angle of 183.87º 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 #7CB6BA is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 182 | 186 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.27 |
| HSL | 183.87º | 0.31% | 0.61% | - |
| HSV(B) | 183.87º | 0.33% | 0.73% | - |
| XYZ | 33.9 | 41.29 | 52.64 | - |
| YUV | 165.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 186 | 0.33 | 0.02 | 0 | 0.27 | 183.87 | 0.31 | 0.61 |
| Hex | 7C | B6 | BA | 21 | 2 | 0 | 1B | B8 | 1F | 3D |
| Octal | 174 | 266 | 272 | 41 | 2 | 0 | 33 | 270 | 37 | 75 |
| Binary | 1111100 | 10110110 | 10111010 | 100001 | 10 | 0 | 11011 | 10111000 | 11111 | 111101 |
Color Harmonies of #7CB6BA
Complementary color
Monochromatic Colors of #7CB6BA
Black with #7CB6BA
Text Example
Text Example
White with #7CB6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB6BA; }
p { color: rgb(124,182,186); }
H1.HeaderClassName
{
color: #7CB6BA;
}
.AnyTagClassName
{
color: #7CB6BA;
}
</style>
background-color css
<style>
a { background-color: #7CB6BA; }
a { background-color: rgb(124,182,186); }
div.DivClassName
{
background-color: #7CB6BA;
}
.BgClassName
{
background-color: #7CB6BA;
}
</style>
border-color css
<style>
span { border-color: #7CB6BA; }
span { border-color: rgb(124,182,186); }
td.TdClassName
{
border-color: #7CB6BA;
}
.TagClassName
{
border-color: #7CB6BA;
}
</style>