Shades of Glacier #7AADB9
Tints of Glacier #7AADB9
RGB
CMYK
RGB Variations
Color information
#7AADB9 (or 0x7AADB9) is known color: Glacier. HEX triplet: 7A, AD and B9. RGB value is (122,173,185). Sum of RGB (Red+Green+Blue) = 122+173+185=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 173 (67.97% from 255 or 36.04% 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 #7AADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADB9 is #855246. Grayscale: #9F9F9F. Windows color (decimal): -8737351 or 12168570. OLE color: 12168570.
HSL color Cylindrical-coordinate representation of color #7AADB9: hue angle of 191.43º 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 #7AADB9 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 173 | 185 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.27 |
| HSL | 191.43º | 0.31% | 0.6% | - |
| HSV(B) | 191.43º | 0.34% | 0.73% | - |
| XYZ | 31.73 | 37.53 | 51.47 | - |
| YUV | 159.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 185 | 0.34 | 0.06 | 0 | 0.27 | 191.43 | 0.31 | 0.6 |
| Hex | 7A | AD | B9 | 22 | 6 | 0 | 1B | BF | 1F | 3C |
| Octal | 172 | 255 | 271 | 42 | 6 | 0 | 33 | 277 | 37 | 74 |
| Binary | 1111010 | 10101101 | 10111001 | 100010 | 110 | 0 | 11011 | 10111111 | 11111 | 111100 |
Color Harmonies of #7AADB9
Complementary color
Monochromatic Colors of #7AADB9
Black with #7AADB9
Text Example
Text Example
White with #7AADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADB9; }
p { color: rgb(122,173,185); }
H1.HeaderClassName
{
color: #7AADB9;
}
.AnyTagClassName
{
color: #7AADB9;
}
</style>
background-color css
<style>
a { background-color: #7AADB9; }
a { background-color: rgb(122,173,185); }
div.DivClassName
{
background-color: #7AADB9;
}
.BgClassName
{
background-color: #7AADB9;
}
</style>
border-color css
<style>
span { border-color: #7AADB9; }
span { border-color: rgb(122,173,185); }
td.TdClassName
{
border-color: #7AADB9;
}
.TagClassName
{
border-color: #7AADB9;
}
</style>