Shades of Glacier #7BA6BC
Tints of Glacier #7BA6BC
RGB
CMYK
RGB Variations
Color information
#7BA6BC (or 0x7BA6BC) is known color: Glacier. HEX triplet: 7B, A6 and BC. RGB value is (123,166,188). Sum of RGB (Red+Green+Blue) = 123+166+188=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #7BA6BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA6BC is #845943. Grayscale: #9B9B9B. Windows color (decimal): -8673604 or 12363387. OLE color: 12363387.
HSL color Cylindrical-coordinate representation of color #7BA6BC: hue angle of 200.31º 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 #7BA6BC is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 166 | 188 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.26 |
| HSL | 200.31º | 0.33% | 0.61% | - |
| HSV(B) | 200.31º | 0.35% | 0.74% | - |
| XYZ | 30.88 | 35.11 | 52.73 | - |
| YUV | 155.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 188 | 0.35 | 0.12 | 0 | 0.26 | 200.31 | 0.33 | 0.61 |
| Hex | 7B | A6 | BC | 23 | C | 0 | 1A | C8 | 21 | 3D |
| Octal | 173 | 246 | 274 | 43 | 14 | 0 | 32 | 310 | 41 | 75 |
| Binary | 1111011 | 10100110 | 10111100 | 100011 | 1100 | 0 | 11010 | 11001000 | 100001 | 111101 |
Color Harmonies of #7BA6BC
Complementary color
Monochromatic Colors of #7BA6BC
Black with #7BA6BC
Text Example
Text Example
White with #7BA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA6BC; }
p { color: rgb(123,166,188); }
H1.HeaderClassName
{
color: #7BA6BC;
}
.AnyTagClassName
{
color: #7BA6BC;
}
</style>
background-color css
<style>
a { background-color: #7BA6BC; }
a { background-color: rgb(123,166,188); }
div.DivClassName
{
background-color: #7BA6BC;
}
.BgClassName
{
background-color: #7BA6BC;
}
</style>
border-color css
<style>
span { border-color: #7BA6BC; }
span { border-color: rgb(123,166,188); }
td.TdClassName
{
border-color: #7BA6BC;
}
.TagClassName
{
border-color: #7BA6BC;
}
</style>