Shades of Glacier #7AACC4
Tints of Glacier #7AACC4
RGB
CMYK
RGB Variations
Color information
#7AACC4 (or 0x7AACC4) is known color: Glacier. HEX triplet: 7A, AC and C4. RGB value is (122,172,196). Sum of RGB (Red+Green+Blue) = 122+172+196=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 196 - color contains mainly: blue. Hex color #7AACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACC4 is #85533B. Grayscale: #9F9F9F. Windows color (decimal): -8737596 or 12889210. OLE color: 12889210.
HSL color Cylindrical-coordinate representation of color #7AACC4: hue angle of 199.46º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AACC4 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 172 | 196 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.23 |
| HSL | 199.46º | 0.39% | 0.62% | - |
| HSV(B) | 199.46º | 0.38% | 0.77% | - |
| XYZ | 32.74 | 37.63 | 57.76 | - |
| YUV | 159.79 | 148.44 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 196 | 0.38 | 0.12 | 0 | 0.23 | 199.46 | 0.39 | 0.62 |
| Hex | 7A | AC | C4 | 26 | C | 0 | 17 | C7 | 27 | 3E |
| Octal | 172 | 254 | 304 | 46 | 14 | 0 | 27 | 307 | 47 | 76 |
| Binary | 1111010 | 10101100 | 11000100 | 100110 | 1100 | 0 | 10111 | 11000111 | 100111 | 111110 |
Color Harmonies of #7AACC4
Complementary color
Monochromatic Colors of #7AACC4
Black with #7AACC4
Text Example
Text Example
White with #7AACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACC4; }
p { color: rgb(122,172,196); }
H1.HeaderClassName
{
color: #7AACC4;
}
.AnyTagClassName
{
color: #7AACC4;
}
</style>
background-color css
<style>
a { background-color: #7AACC4; }
a { background-color: rgb(122,172,196); }
div.DivClassName
{
background-color: #7AACC4;
}
.BgClassName
{
background-color: #7AACC4;
}
</style>
border-color css
<style>
span { border-color: #7AACC4; }
span { border-color: rgb(122,172,196); }
td.TdClassName
{
border-color: #7AACC4;
}
.TagClassName
{
border-color: #7AACC4;
}
</style>