Shades of Glacier #7BABBC
Tints of Glacier #7BABBC
RGB
CMYK
RGB Variations
Color information
#7BABBC (or 0x7BABBC) is known color: Glacier. HEX triplet: 7B, AB and BC. RGB value is (123,171,188). Sum of RGB (Red+Green+Blue) = 123+171+188=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #7BABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABBC is #845443. Grayscale: #9E9E9E. Windows color (decimal): -8672324 or 12364667. OLE color: 12364667.
HSL color Cylindrical-coordinate representation of color #7BABBC: hue angle of 195.69º 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 #7BABBC is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 171 | 188 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.26 |
| HSL | 195.69º | 0.33% | 0.61% | - |
| HSV(B) | 195.69º | 0.35% | 0.74% | - |
| XYZ | 31.81 | 36.97 | 53.04 | - |
| YUV | 158.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 188 | 0.35 | 0.09 | 0 | 0.26 | 195.69 | 0.33 | 0.61 |
| Hex | 7B | AB | BC | 23 | 9 | 0 | 1A | C4 | 21 | 3D |
| Octal | 173 | 253 | 274 | 43 | 11 | 0 | 32 | 304 | 41 | 75 |
| Binary | 1111011 | 10101011 | 10111100 | 100011 | 1001 | 0 | 11010 | 11000100 | 100001 | 111101 |
Color Harmonies of #7BABBC
Complementary color
Monochromatic Colors of #7BABBC
Black with #7BABBC
Text Example
Text Example
White with #7BABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABBC; }
p { color: rgb(123,171,188); }
H1.HeaderClassName
{
color: #7BABBC;
}
.AnyTagClassName
{
color: #7BABBC;
}
</style>
background-color css
<style>
a { background-color: #7BABBC; }
a { background-color: rgb(123,171,188); }
div.DivClassName
{
background-color: #7BABBC;
}
.BgClassName
{
background-color: #7BABBC;
}
</style>
border-color css
<style>
span { border-color: #7BABBC; }
span { border-color: rgb(123,171,188); }
td.TdClassName
{
border-color: #7BABBC;
}
.TagClassName
{
border-color: #7BABBC;
}
</style>