Shades of Glacier #7AAEC1
Tints of Glacier #7AAEC1
RGB
CMYK
RGB Variations
Color information
#7AAEC1 (or 0x7AAEC1) is known color: Glacier. HEX triplet: 7A, AE and C1. RGB value is (122,174,193). Sum of RGB (Red+Green+Blue) = 122+174+193=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #7AAEC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAEC1 is #85513E. Grayscale: #A0A0A0. Windows color (decimal): -8737087 or 12693114. OLE color: 12693114.
HSL color Cylindrical-coordinate representation of color #7AAEC1: hue angle of 196.06º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AAEC1 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 174 | 193 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.24 |
| HSL | 196.06º | 0.36% | 0.62% | - |
| HSV(B) | 196.06º | 0.37% | 0.76% | - |
| XYZ | 32.79 | 38.26 | 56.11 | - |
| YUV | 160.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 193 | 0.37 | 0.10 | 0 | 0.24 | 196.06 | 0.36 | 0.62 |
| Hex | 7A | AE | C1 | 25 | A | 0 | 18 | C4 | 24 | 3E |
| Octal | 172 | 256 | 301 | 45 | 12 | 0 | 30 | 304 | 44 | 76 |
| Binary | 1111010 | 10101110 | 11000001 | 100101 | 1010 | 0 | 11000 | 11000100 | 100100 | 111110 |
Color Harmonies of #7AAEC1
Complementary color
Monochromatic Colors of #7AAEC1
Black with #7AAEC1
Text Example
Text Example
White with #7AAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAEC1; }
p { color: rgb(122,174,193); }
H1.HeaderClassName
{
color: #7AAEC1;
}
.AnyTagClassName
{
color: #7AAEC1;
}
</style>
background-color css
<style>
a { background-color: #7AAEC1; }
a { background-color: rgb(122,174,193); }
div.DivClassName
{
background-color: #7AAEC1;
}
.BgClassName
{
background-color: #7AAEC1;
}
</style>
border-color css
<style>
span { border-color: #7AAEC1; }
span { border-color: rgb(122,174,193); }
td.TdClassName
{
border-color: #7AAEC1;
}
.TagClassName
{
border-color: #7AAEC1;
}
</style>