Shades of Glacier #7CAEBA
Tints of Glacier #7CAEBA
RGB
CMYK
RGB Variations
Color information
#7CAEBA (or 0x7CAEBA) is known color: Glacier. HEX triplet: 7C, AE and BA. RGB value is (124,174,186). Sum of RGB (Red+Green+Blue) = 124+174+186=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #7CAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAEBA is #835145. Grayscale: #A0A0A0. Windows color (decimal): -8606022 or 12234364. OLE color: 12234364.
HSL color Cylindrical-coordinate representation of color #7CAEBA: hue angle of 191.61º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CAEBA is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 174 | 186 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.27 |
| HSL | 191.61º | 0.31% | 0.61% | - |
| HSV(B) | 191.61º | 0.33% | 0.73% | - |
| XYZ | 32.31 | 38.1 | 52.11 | - |
| YUV | 160.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 186 | 0.33 | 0.06 | 0 | 0.27 | 191.61 | 0.31 | 0.61 |
| Hex | 7C | AE | BA | 21 | 6 | 0 | 1B | C0 | 1F | 3D |
| Octal | 174 | 256 | 272 | 41 | 6 | 0 | 33 | 300 | 37 | 75 |
| Binary | 1111100 | 10101110 | 10111010 | 100001 | 110 | 0 | 11011 | 11000000 | 11111 | 111101 |
Color Harmonies of #7CAEBA
Complementary color
Monochromatic Colors of #7CAEBA
Black with #7CAEBA
Text Example
Text Example
White with #7CAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAEBA; }
p { color: rgb(124,174,186); }
H1.HeaderClassName
{
color: #7CAEBA;
}
.AnyTagClassName
{
color: #7CAEBA;
}
</style>
background-color css
<style>
a { background-color: #7CAEBA; }
a { background-color: rgb(124,174,186); }
div.DivClassName
{
background-color: #7CAEBA;
}
.BgClassName
{
background-color: #7CAEBA;
}
</style>
border-color css
<style>
span { border-color: #7CAEBA; }
span { border-color: rgb(124,174,186); }
td.TdClassName
{
border-color: #7CAEBA;
}
.TagClassName
{
border-color: #7CAEBA;
}
</style>