Shades of Glacier #7DAEBC
Tints of Glacier #7DAEBC
RGB
CMYK
RGB Variations
Color information
#7DAEBC (or 0x7DAEBC) is known color: Glacier. HEX triplet: 7D, AE and BC. RGB value is (125,174,188). Sum of RGB (Red+Green+Blue) = 125+174+188=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #7DAEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAEBC is #825143. Grayscale: #A0A0A0. Windows color (decimal): -8540484 or 12365437. OLE color: 12365437.
HSL color Cylindrical-coordinate representation of color #7DAEBC: hue angle of 193.33º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DAEBC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 174 | 188 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.26 |
| HSL | 193.33º | 0.32% | 0.61% | - |
| HSV(B) | 193.33º | 0.34% | 0.74% | - |
| XYZ | 32.67 | 38.26 | 53.24 | - |
| YUV | 160.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 188 | 0.34 | 0.07 | 0 | 0.26 | 193.33 | 0.32 | 0.61 |
| Hex | 7D | AE | BC | 22 | 7 | 0 | 1A | C1 | 20 | 3D |
| Octal | 175 | 256 | 274 | 42 | 7 | 0 | 32 | 301 | 40 | 75 |
| Binary | 1111101 | 10101110 | 10111100 | 100010 | 111 | 0 | 11010 | 11000001 | 100000 | 111101 |
Color Harmonies of #7DAEBC
Complementary color
Monochromatic Colors of #7DAEBC
Black with #7DAEBC
Text Example
Text Example
White with #7DAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAEBC; }
p { color: rgb(125,174,188); }
H1.HeaderClassName
{
color: #7DAEBC;
}
.AnyTagClassName
{
color: #7DAEBC;
}
</style>
background-color css
<style>
a { background-color: #7DAEBC; }
a { background-color: rgb(125,174,188); }
div.DivClassName
{
background-color: #7DAEBC;
}
.BgClassName
{
background-color: #7DAEBC;
}
</style>
border-color css
<style>
span { border-color: #7DAEBC; }
span { border-color: rgb(125,174,188); }
td.TdClassName
{
border-color: #7DAEBC;
}
.TagClassName
{
border-color: #7DAEBC;
}
</style>