Shades of Glacier #7CA9C2
Tints of Glacier #7CA9C2
RGB
CMYK
RGB Variations
Color information
#7CA9C2 (or 0x7CA9C2) is known color: Glacier. HEX triplet: 7C, A9 and C2. RGB value is (124,169,194). Sum of RGB (Red+Green+Blue) = 124+169+194=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #7CA9C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA9C2 is #83563D. Grayscale: #9E9E9E. Windows color (decimal): -8607294 or 12757372. OLE color: 12757372.
HSL color Cylindrical-coordinate representation of color #7CA9C2: hue angle of 201.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CA9C2 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 169 | 194 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.24 |
| HSL | 201.43º | 0.36% | 0.62% | - |
| HSV(B) | 201.43º | 0.36% | 0.76% | - |
| XYZ | 32.24 | 36.56 | 56.4 | - |
| YUV | 158.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 169 | 194 | 0.36 | 0.13 | 0 | 0.24 | 201.43 | 0.36 | 0.62 |
| Hex | 7C | A9 | C2 | 24 | D | 0 | 18 | C9 | 24 | 3E |
| Octal | 174 | 251 | 302 | 44 | 15 | 0 | 30 | 311 | 44 | 76 |
| Binary | 1111100 | 10101001 | 11000010 | 100100 | 1101 | 0 | 11000 | 11001001 | 100100 | 111110 |
Color Harmonies of #7CA9C2
Complementary color
Monochromatic Colors of #7CA9C2
Black with #7CA9C2
Text Example
Text Example
White with #7CA9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA9C2; }
p { color: rgb(124,169,194); }
H1.HeaderClassName
{
color: #7CA9C2;
}
.AnyTagClassName
{
color: #7CA9C2;
}
</style>
background-color css
<style>
a { background-color: #7CA9C2; }
a { background-color: rgb(124,169,194); }
div.DivClassName
{
background-color: #7CA9C2;
}
.BgClassName
{
background-color: #7CA9C2;
}
</style>
border-color css
<style>
span { border-color: #7CA9C2; }
span { border-color: rgb(124,169,194); }
td.TdClassName
{
border-color: #7CA9C2;
}
.TagClassName
{
border-color: #7CA9C2;
}
</style>