Shades of Glacier #7AB1BC
Tints of Glacier #7AB1BC
RGB
CMYK
RGB Variations
Color information
#7AB1BC (or 0x7AB1BC) is known color: Glacier. HEX triplet: 7A, B1 and BC. RGB value is (122,177,188). Sum of RGB (Red+Green+Blue) = 122+177+188=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #7AB1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB1BC is #854E43. Grayscale: #A1A1A1. Windows color (decimal): -8736324 or 12366202. OLE color: 12366202.
HSL color Cylindrical-coordinate representation of color #7AB1BC: hue angle of 190º 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 #7AB1BC is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 177 | 188 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.26 |
| HSL | 190º | 0.33% | 0.61% | - |
| HSV(B) | 190º | 0.35% | 0.74% | - |
| XYZ | 32.83 | 39.21 | 53.42 | - |
| YUV | 161.81 | 142.78 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 188 | 0.35 | 0.06 | 0 | 0.26 | 190 | 0.33 | 0.61 |
| Hex | 7A | B1 | BC | 23 | 6 | 0 | 1A | BE | 21 | 3D |
| Octal | 172 | 261 | 274 | 43 | 6 | 0 | 32 | 276 | 41 | 75 |
| Binary | 1111010 | 10110001 | 10111100 | 100011 | 110 | 0 | 11010 | 10111110 | 100001 | 111101 |
Color Harmonies of #7AB1BC
Complementary color
Monochromatic Colors of #7AB1BC
Black with #7AB1BC
Text Example
Text Example
White with #7AB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB1BC; }
p { color: rgb(122,177,188); }
H1.HeaderClassName
{
color: #7AB1BC;
}
.AnyTagClassName
{
color: #7AB1BC;
}
</style>
background-color css
<style>
a { background-color: #7AB1BC; }
a { background-color: rgb(122,177,188); }
div.DivClassName
{
background-color: #7AB1BC;
}
.BgClassName
{
background-color: #7AB1BC;
}
</style>
border-color css
<style>
span { border-color: #7AB1BC; }
span { border-color: rgb(122,177,188); }
td.TdClassName
{
border-color: #7AB1BC;
}
.TagClassName
{
border-color: #7AB1BC;
}
</style>