Shades of Glacier #7AADB5
Tints of Glacier #7AADB5
RGB
CMYK
RGB Variations
Color information
#7AADB5 (or 0x7AADB5) is known color: Glacier. HEX triplet: 7A, AD and B5. RGB value is (122,173,181). Sum of RGB (Red+Green+Blue) = 122+173+181=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 181 - color contains mainly: blue. Hex color #7AADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADB5 is #85524A. Grayscale: #9E9E9E. Windows color (decimal): -8737355 or 11906426. OLE color: 11906426.
HSL color Cylindrical-coordinate representation of color #7AADB5: hue angle of 188.14º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AADB5 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 173 | 181 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.29 |
| HSL | 188.14º | 0.29% | 0.59% | - |
| HSV(B) | 188.14º | 0.33% | 0.71% | - |
| XYZ | 31.31 | 37.36 | 49.28 | - |
| YUV | 158.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 181 | 0.33 | 0.04 | 0 | 0.29 | 188.14 | 0.29 | 0.59 |
| Hex | 7A | AD | B5 | 21 | 4 | 0 | 1D | BC | 1D | 3B |
| Octal | 172 | 255 | 265 | 41 | 4 | 0 | 35 | 274 | 35 | 73 |
| Binary | 1111010 | 10101101 | 10110101 | 100001 | 100 | 0 | 11101 | 10111100 | 11101 | 111011 |
Color Harmonies of #7AADB5
Complementary color
Monochromatic Colors of #7AADB5
Black with #7AADB5
Text Example
Text Example
White with #7AADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADB5; }
p { color: rgb(122,173,181); }
H1.HeaderClassName
{
color: #7AADB5;
}
.AnyTagClassName
{
color: #7AADB5;
}
</style>
background-color css
<style>
a { background-color: #7AADB5; }
a { background-color: rgb(122,173,181); }
div.DivClassName
{
background-color: #7AADB5;
}
.BgClassName
{
background-color: #7AADB5;
}
</style>
border-color css
<style>
span { border-color: #7AADB5; }
span { border-color: rgb(122,173,181); }
td.TdClassName
{
border-color: #7AADB5;
}
.TagClassName
{
border-color: #7AADB5;
}
</style>