Shades of Glacier #7AADBA
Tints of Glacier #7AADBA
RGB
CMYK
RGB Variations
Color information
#7AADBA (or 0x7AADBA) is known color: Glacier. HEX triplet: 7A, AD and BA. RGB value is (122,173,186). Sum of RGB (Red+Green+Blue) = 122+173+186=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #7AADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADBA is #855245. Grayscale: #9F9F9F. Windows color (decimal): -8737350 or 12234106. OLE color: 12234106.
HSL color Cylindrical-coordinate representation of color #7AADBA: hue angle of 192.19º degrees, saturation: 0.32, 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 #7AADBA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 173 | 186 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.27 |
| HSL | 192.19º | 0.32% | 0.6% | - |
| HSV(B) | 192.19º | 0.34% | 0.73% | - |
| XYZ | 31.83 | 37.57 | 52.03 | - |
| YUV | 159.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 186 | 0.34 | 0.07 | 0 | 0.27 | 192.19 | 0.32 | 0.6 |
| Hex | 7A | AD | BA | 22 | 7 | 0 | 1B | C0 | 20 | 3C |
| Octal | 172 | 255 | 272 | 42 | 7 | 0 | 33 | 300 | 40 | 74 |
| Binary | 1111010 | 10101101 | 10111010 | 100010 | 111 | 0 | 11011 | 11000000 | 100000 | 111100 |
Color Harmonies of #7AADBA
Complementary color
Monochromatic Colors of #7AADBA
Black with #7AADBA
Text Example
Text Example
White with #7AADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADBA; }
p { color: rgb(122,173,186); }
H1.HeaderClassName
{
color: #7AADBA;
}
.AnyTagClassName
{
color: #7AADBA;
}
</style>
background-color css
<style>
a { background-color: #7AADBA; }
a { background-color: rgb(122,173,186); }
div.DivClassName
{
background-color: #7AADBA;
}
.BgClassName
{
background-color: #7AADBA;
}
</style>
border-color css
<style>
span { border-color: #7AADBA; }
span { border-color: rgb(122,173,186); }
td.TdClassName
{
border-color: #7AADBA;
}
.TagClassName
{
border-color: #7AADBA;
}
</style>