Shades of Glacier #7BB6BC
Tints of Glacier #7BB6BC
RGB
CMYK
RGB Variations
Color information
#7BB6BC (or 0x7BB6BC) is known color: Glacier. HEX triplet: 7B, B6 and BC. RGB value is (123,182,188). Sum of RGB (Red+Green+Blue) = 123+182+188=493 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.95% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #7BB6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB6BC is #844943. Grayscale: #A4A4A4. Windows color (decimal): -8669508 or 12367483. OLE color: 12367483.
HSL color Cylindrical-coordinate representation of color #7BB6BC: hue angle of 185.54º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BB6BC is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 182 | 188 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.26 |
| HSL | 185.54º | 0.33% | 0.61% | - |
| HSV(B) | 185.54º | 0.35% | 0.74% | - |
| XYZ | 33.97 | 41.3 | 53.76 | - |
| YUV | 165.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 182 | 188 | 0.35 | 0.03 | 0 | 0.26 | 185.54 | 0.33 | 0.61 |
| Hex | 7B | B6 | BC | 23 | 3 | 0 | 1A | BA | 21 | 3D |
| Octal | 173 | 266 | 274 | 43 | 3 | 0 | 32 | 272 | 41 | 75 |
| Binary | 1111011 | 10110110 | 10111100 | 100011 | 11 | 0 | 11010 | 10111010 | 100001 | 111101 |
Color Harmonies of #7BB6BC
Complementary color
Monochromatic Colors of #7BB6BC
Black with #7BB6BC
Text Example
Text Example
White with #7BB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB6BC; }
p { color: rgb(123,182,188); }
H1.HeaderClassName
{
color: #7BB6BC;
}
.AnyTagClassName
{
color: #7BB6BC;
}
</style>
background-color css
<style>
a { background-color: #7BB6BC; }
a { background-color: rgb(123,182,188); }
div.DivClassName
{
background-color: #7BB6BC;
}
.BgClassName
{
background-color: #7BB6BC;
}
</style>
border-color css
<style>
span { border-color: #7BB6BC; }
span { border-color: rgb(123,182,188); }
td.TdClassName
{
border-color: #7BB6BC;
}
.TagClassName
{
border-color: #7BB6BC;
}
</style>