Shades of Glacier #7BAABC
Tints of Glacier #7BAABC
RGB
CMYK
RGB Variations
Color information
#7BAABC (or 0x7BAABC) is known color: Glacier. HEX triplet: 7B, AA and BC. RGB value is (123,170,188). Sum of RGB (Red+Green+Blue) = 123+170+188=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #7BAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAABC is #845543. Grayscale: #9D9D9D. Windows color (decimal): -8672580 or 12364411. OLE color: 12364411.
HSL color Cylindrical-coordinate representation of color #7BAABC: hue angle of 196.62º 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 #7BAABC is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 170 | 188 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.26 |
| HSL | 196.62º | 0.33% | 0.61% | - |
| HSV(B) | 196.62º | 0.35% | 0.74% | - |
| XYZ | 31.62 | 36.59 | 52.97 | - |
| YUV | 158 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 188 | 0.35 | 0.10 | 0 | 0.26 | 196.62 | 0.33 | 0.61 |
| Hex | 7B | AA | BC | 23 | A | 0 | 1A | C5 | 21 | 3D |
| Octal | 173 | 252 | 274 | 43 | 12 | 0 | 32 | 305 | 41 | 75 |
| Binary | 1111011 | 10101010 | 10111100 | 100011 | 1010 | 0 | 11010 | 11000101 | 100001 | 111101 |
Color Harmonies of #7BAABC
Complementary color
Monochromatic Colors of #7BAABC
Black with #7BAABC
Text Example
Text Example
White with #7BAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAABC; }
p { color: rgb(123,170,188); }
H1.HeaderClassName
{
color: #7BAABC;
}
.AnyTagClassName
{
color: #7BAABC;
}
</style>
background-color css
<style>
a { background-color: #7BAABC; }
a { background-color: rgb(123,170,188); }
div.DivClassName
{
background-color: #7BAABC;
}
.BgClassName
{
background-color: #7BAABC;
}
</style>
border-color css
<style>
span { border-color: #7BAABC; }
span { border-color: rgb(123,170,188); }
td.TdClassName
{
border-color: #7BAABC;
}
.TagClassName
{
border-color: #7BAABC;
}
</style>