Shades of Glacier #7AAEC5
Tints of Glacier #7AAEC5
RGB
CMYK
RGB Variations
Color information
#7AAEC5 (or 0x7AAEC5) is known color: Glacier. HEX triplet: 7A, AE and C5. RGB value is (122,174,197). Sum of RGB (Red+Green+Blue) = 122+174+197=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 197 - color contains mainly: blue. Hex color #7AAEC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAEC5 is #85513A. Grayscale: #A0A0A0. Windows color (decimal): -8737083 or 12955258. OLE color: 12955258.
HSL color Cylindrical-coordinate representation of color #7AAEC5: hue angle of 198.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AAEC5 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 174 | 197 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.23 |
| HSL | 198.4º | 0.39% | 0.63% | - |
| HSV(B) | 198.4º | 0.38% | 0.77% | - |
| XYZ | 33.24 | 38.44 | 58.49 | - |
| YUV | 161.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 197 | 0.38 | 0.12 | 0 | 0.23 | 198.4 | 0.39 | 0.63 |
| Hex | 7A | AE | C5 | 26 | C | 0 | 17 | C6 | 27 | 3F |
| Octal | 172 | 256 | 305 | 46 | 14 | 0 | 27 | 306 | 47 | 77 |
| Binary | 1111010 | 10101110 | 11000101 | 100110 | 1100 | 0 | 10111 | 11000110 | 100111 | 111111 |
Color Harmonies of #7AAEC5
Complementary color
Monochromatic Colors of #7AAEC5
Black with #7AAEC5
Text Example
Text Example
White with #7AAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAEC5; }
p { color: rgb(122,174,197); }
H1.HeaderClassName
{
color: #7AAEC5;
}
.AnyTagClassName
{
color: #7AAEC5;
}
</style>
background-color css
<style>
a { background-color: #7AAEC5; }
a { background-color: rgb(122,174,197); }
div.DivClassName
{
background-color: #7AAEC5;
}
.BgClassName
{
background-color: #7AAEC5;
}
</style>
border-color css
<style>
span { border-color: #7AAEC5; }
span { border-color: rgb(122,174,197); }
td.TdClassName
{
border-color: #7AAEC5;
}
.TagClassName
{
border-color: #7AAEC5;
}
</style>