Shades of Glacier #7AADC6
Tints of Glacier #7AADC6
RGB
CMYK
RGB Variations
Color information
#7AADC6 (or 0x7AADC6) is known color: Glacier. HEX triplet: 7A, AD and C6. RGB value is (122,173,198). Sum of RGB (Red+Green+Blue) = 122+173+198=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #7AADC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADC6 is #855239. Grayscale: #A0A0A0. Windows color (decimal): -8737338 or 13020538. OLE color: 13020538.
HSL color Cylindrical-coordinate representation of color #7AADC6: hue angle of 199.74º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AADC6 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 173 | 198 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.22 |
| HSL | 199.74º | 0.4% | 0.63% | - |
| HSV(B) | 199.74º | 0.38% | 0.78% | - |
| XYZ | 33.16 | 38.1 | 59.03 | - |
| YUV | 160.6 | 149.1 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 198 | 0.38 | 0.13 | 0 | 0.22 | 199.74 | 0.4 | 0.63 |
| Hex | 7A | AD | C6 | 26 | D | 0 | 16 | C8 | 28 | 3F |
| Octal | 172 | 255 | 306 | 46 | 15 | 0 | 26 | 310 | 50 | 77 |
| Binary | 1111010 | 10101101 | 11000110 | 100110 | 1101 | 0 | 10110 | 11001000 | 101000 | 111111 |
Color Harmonies of #7AADC6
Complementary color
Monochromatic Colors of #7AADC6
Black with #7AADC6
Text Example
Text Example
White with #7AADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADC6; }
p { color: rgb(122,173,198); }
H1.HeaderClassName
{
color: #7AADC6;
}
.AnyTagClassName
{
color: #7AADC6;
}
</style>
background-color css
<style>
a { background-color: #7AADC6; }
a { background-color: rgb(122,173,198); }
div.DivClassName
{
background-color: #7AADC6;
}
.BgClassName
{
background-color: #7AADC6;
}
</style>
border-color css
<style>
span { border-color: #7AADC6; }
span { border-color: rgb(122,173,198); }
td.TdClassName
{
border-color: #7AADC6;
}
.TagClassName
{
border-color: #7AADC6;
}
</style>