Shades of Glacier #7CB0BE
Tints of Glacier #7CB0BE
RGB
CMYK
RGB Variations
Color information
#7CB0BE (or 0x7CB0BE) is known color: Glacier. HEX triplet: 7C, B0 and BE. RGB value is (124,176,190). Sum of RGB (Red+Green+Blue) = 124+176+190=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #7CB0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB0BE is #834F41. Grayscale: #A1A1A1. Windows color (decimal): -8605506 or 12497020. OLE color: 12497020.
HSL color Cylindrical-coordinate representation of color #7CB0BE: hue angle of 192.73º 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 #7CB0BE is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 176 | 190 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.25 |
| HSL | 192.73º | 0.34% | 0.62% | - |
| HSV(B) | 192.73º | 0.35% | 0.75% | - |
| XYZ | 33.13 | 39.05 | 54.51 | - |
| YUV | 162.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 190 | 0.35 | 0.07 | 0 | 0.25 | 192.73 | 0.34 | 0.62 |
| Hex | 7C | B0 | BE | 23 | 7 | 0 | 19 | C1 | 22 | 3E |
| Octal | 174 | 260 | 276 | 43 | 7 | 0 | 31 | 301 | 42 | 76 |
| Binary | 1111100 | 10110000 | 10111110 | 100011 | 111 | 0 | 11001 | 11000001 | 100010 | 111110 |
Color Harmonies of #7CB0BE
Complementary color
Monochromatic Colors of #7CB0BE
Black with #7CB0BE
Text Example
Text Example
White with #7CB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB0BE; }
p { color: rgb(124,176,190); }
H1.HeaderClassName
{
color: #7CB0BE;
}
.AnyTagClassName
{
color: #7CB0BE;
}
</style>
background-color css
<style>
a { background-color: #7CB0BE; }
a { background-color: rgb(124,176,190); }
div.DivClassName
{
background-color: #7CB0BE;
}
.BgClassName
{
background-color: #7CB0BE;
}
</style>
border-color css
<style>
span { border-color: #7CB0BE; }
span { border-color: rgb(124,176,190); }
td.TdClassName
{
border-color: #7CB0BE;
}
.TagClassName
{
border-color: #7CB0BE;
}
</style>