Shades of Glacier #7AADB7
Tints of Glacier #7AADB7
RGB
CMYK
RGB Variations
Color information
#7AADB7 (or 0x7AADB7) is known color: Glacier. HEX triplet: 7A, AD and B7. RGB value is (122,173,183). Sum of RGB (Red+Green+Blue) = 122+173+183=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 183 - color contains mainly: blue. Hex color #7AADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADB7 is #855248. Grayscale: #9E9E9E. Windows color (decimal): -8737353 or 12037498. OLE color: 12037498.
HSL color Cylindrical-coordinate representation of color #7AADB7: hue angle of 189.84º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AADB7 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 173 | 183 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.28 |
| HSL | 189.84º | 0.3% | 0.6% | - |
| HSV(B) | 189.84º | 0.33% | 0.72% | - |
| XYZ | 31.52 | 37.44 | 50.37 | - |
| YUV | 158.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 183 | 0.33 | 0.05 | 0 | 0.28 | 189.84 | 0.3 | 0.6 |
| Hex | 7A | AD | B7 | 21 | 5 | 0 | 1C | BE | 1E | 3C |
| Octal | 172 | 255 | 267 | 41 | 5 | 0 | 34 | 276 | 36 | 74 |
| Binary | 1111010 | 10101101 | 10110111 | 100001 | 101 | 0 | 11100 | 10111110 | 11110 | 111100 |
Color Harmonies of #7AADB7
Complementary color
Monochromatic Colors of #7AADB7
Black with #7AADB7
Text Example
Text Example
White with #7AADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADB7; }
p { color: rgb(122,173,183); }
H1.HeaderClassName
{
color: #7AADB7;
}
.AnyTagClassName
{
color: #7AADB7;
}
</style>
background-color css
<style>
a { background-color: #7AADB7; }
a { background-color: rgb(122,173,183); }
div.DivClassName
{
background-color: #7AADB7;
}
.BgClassName
{
background-color: #7AADB7;
}
</style>
border-color css
<style>
span { border-color: #7AADB7; }
span { border-color: rgb(122,173,183); }
td.TdClassName
{
border-color: #7AADB7;
}
.TagClassName
{
border-color: #7AADB7;
}
</style>