Shades of Glacier #7BACB9
Tints of Glacier #7BACB9
RGB
CMYK
RGB Variations
Color information
#7BACB9 (or 0x7BACB9) is known color: Glacier. HEX triplet: 7B, AC and B9. RGB value is (123,172,185). Sum of RGB (Red+Green+Blue) = 123+172+185=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 185 - color contains mainly: blue. Hex color #7BACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACB9 is #845346. Grayscale: #9E9E9E. Windows color (decimal): -8672071 or 12168315. OLE color: 12168315.
HSL color Cylindrical-coordinate representation of color #7BACB9: hue angle of 192.58º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BACB9 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 172 | 185 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.27 |
| HSL | 192.58º | 0.31% | 0.6% | - |
| HSV(B) | 192.58º | 0.34% | 0.73% | - |
| XYZ | 31.68 | 37.22 | 51.41 | - |
| YUV | 158.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 185 | 0.34 | 0.07 | 0 | 0.27 | 192.58 | 0.31 | 0.6 |
| Hex | 7B | AC | B9 | 22 | 7 | 0 | 1B | C1 | 1F | 3C |
| Octal | 173 | 254 | 271 | 42 | 7 | 0 | 33 | 301 | 37 | 74 |
| Binary | 1111011 | 10101100 | 10111001 | 100010 | 111 | 0 | 11011 | 11000001 | 11111 | 111100 |
Color Harmonies of #7BACB9
Complementary color
Monochromatic Colors of #7BACB9
Black with #7BACB9
Text Example
Text Example
White with #7BACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BACB9; }
p { color: rgb(123,172,185); }
H1.HeaderClassName
{
color: #7BACB9;
}
.AnyTagClassName
{
color: #7BACB9;
}
</style>
background-color css
<style>
a { background-color: #7BACB9; }
a { background-color: rgb(123,172,185); }
div.DivClassName
{
background-color: #7BACB9;
}
.BgClassName
{
background-color: #7BACB9;
}
</style>
border-color css
<style>
span { border-color: #7BACB9; }
span { border-color: rgb(123,172,185); }
td.TdClassName
{
border-color: #7BACB9;
}
.TagClassName
{
border-color: #7BACB9;
}
</style>