Shades of Glacier #7AB0B9
Tints of Glacier #7AB0B9
RGB
CMYK
RGB Variations
Color information
#7AB0B9 (or 0x7AB0B9) is known color: Glacier. HEX triplet: 7A, B0 and B9. RGB value is (122,176,185). Sum of RGB (Red+Green+Blue) = 122+176+185=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #7AB0B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0B9 is #854F46. Grayscale: #A0A0A0. Windows color (decimal): -8736583 or 12169338. OLE color: 12169338.
HSL color Cylindrical-coordinate representation of color #7AB0B9: hue angle of 188.57º 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 #7AB0B9 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 176 | 185 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.27 |
| HSL | 188.57º | 0.31% | 0.6% | - |
| HSV(B) | 188.57º | 0.34% | 0.73% | - |
| XYZ | 32.31 | 38.69 | 51.66 | - |
| YUV | 160.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 176 | 185 | 0.34 | 0.05 | 0 | 0.27 | 188.57 | 0.31 | 0.6 |
| Hex | 7A | B0 | B9 | 22 | 5 | 0 | 1B | BD | 1F | 3C |
| Octal | 172 | 260 | 271 | 42 | 5 | 0 | 33 | 275 | 37 | 74 |
| Binary | 1111010 | 10110000 | 10111001 | 100010 | 101 | 0 | 11011 | 10111101 | 11111 | 111100 |
Color Harmonies of #7AB0B9
Complementary color
Monochromatic Colors of #7AB0B9
Black with #7AB0B9
Text Example
Text Example
White with #7AB0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB0B9; }
p { color: rgb(122,176,185); }
H1.HeaderClassName
{
color: #7AB0B9;
}
.AnyTagClassName
{
color: #7AB0B9;
}
</style>
background-color css
<style>
a { background-color: #7AB0B9; }
a { background-color: rgb(122,176,185); }
div.DivClassName
{
background-color: #7AB0B9;
}
.BgClassName
{
background-color: #7AB0B9;
}
</style>
border-color css
<style>
span { border-color: #7AB0B9; }
span { border-color: rgb(122,176,185); }
td.TdClassName
{
border-color: #7AB0B9;
}
.TagClassName
{
border-color: #7AB0B9;
}
</style>