Shades of Glacier #7AAEC0
Tints of Glacier #7AAEC0
RGB
CMYK
RGB Variations
Color information
#7AAEC0 (or 0x7AAEC0) is known color: Glacier. HEX triplet: 7A, AE and C0. RGB value is (122,174,192). Sum of RGB (Red+Green+Blue) = 122+174+192=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #7AAEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAEC0 is #85513F. Grayscale: #A0A0A0. Windows color (decimal): -8737088 or 12627578. OLE color: 12627578.
HSL color Cylindrical-coordinate representation of color #7AAEC0: hue angle of 195.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AAEC0 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 174 | 192 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.25 |
| HSL | 195.43º | 0.36% | 0.62% | - |
| HSV(B) | 195.43º | 0.36% | 0.75% | - |
| XYZ | 32.68 | 38.22 | 55.52 | - |
| YUV | 160.5 | 145.77 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 192 | 0.36 | 0.09 | 0 | 0.25 | 195.43 | 0.36 | 0.62 |
| Hex | 7A | AE | C0 | 24 | 9 | 0 | 19 | C3 | 24 | 3E |
| Octal | 172 | 256 | 300 | 44 | 11 | 0 | 31 | 303 | 44 | 76 |
| Binary | 1111010 | 10101110 | 11000000 | 100100 | 1001 | 0 | 11001 | 11000011 | 100100 | 111110 |
Color Harmonies of #7AAEC0
Complementary color
Monochromatic Colors of #7AAEC0
Black with #7AAEC0
Text Example
Text Example
White with #7AAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAEC0; }
p { color: rgb(122,174,192); }
H1.HeaderClassName
{
color: #7AAEC0;
}
.AnyTagClassName
{
color: #7AAEC0;
}
</style>
background-color css
<style>
a { background-color: #7AAEC0; }
a { background-color: rgb(122,174,192); }
div.DivClassName
{
background-color: #7AAEC0;
}
.BgClassName
{
background-color: #7AAEC0;
}
</style>
border-color css
<style>
span { border-color: #7AAEC0; }
span { border-color: rgb(122,174,192); }
td.TdClassName
{
border-color: #7AAEC0;
}
.TagClassName
{
border-color: #7AAEC0;
}
</style>