Shades of Glacier #7DAEBD
Tints of Glacier #7DAEBD
RGB
CMYK
RGB Variations
Color information
#7DAEBD (or 0x7DAEBD) is known color: Glacier. HEX triplet: 7D, AE and BD. RGB value is (125,174,189). Sum of RGB (Red+Green+Blue) = 125+174+189=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #7DAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAEBD is #825142. Grayscale: #A0A0A0. Windows color (decimal): -8540483 or 12430973. OLE color: 12430973.
HSL color Cylindrical-coordinate representation of color #7DAEBD: hue angle of 194.06º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DAEBD is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 174 | 189 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.26 |
| HSL | 194.06º | 0.33% | 0.62% | - |
| HSV(B) | 194.06º | 0.34% | 0.74% | - |
| XYZ | 32.78 | 38.31 | 53.81 | - |
| YUV | 161.06 | 143.77 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 189 | 0.34 | 0.08 | 0 | 0.26 | 194.06 | 0.33 | 0.62 |
| Hex | 7D | AE | BD | 22 | 8 | 0 | 1A | C2 | 21 | 3E |
| Octal | 175 | 256 | 275 | 42 | 10 | 0 | 32 | 302 | 41 | 76 |
| Binary | 1111101 | 10101110 | 10111101 | 100010 | 1000 | 0 | 11010 | 11000010 | 100001 | 111110 |
Color Harmonies of #7DAEBD
Complementary color
Monochromatic Colors of #7DAEBD
Black with #7DAEBD
Text Example
Text Example
White with #7DAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAEBD; }
p { color: rgb(125,174,189); }
H1.HeaderClassName
{
color: #7DAEBD;
}
.AnyTagClassName
{
color: #7DAEBD;
}
</style>
background-color css
<style>
a { background-color: #7DAEBD; }
a { background-color: rgb(125,174,189); }
div.DivClassName
{
background-color: #7DAEBD;
}
.BgClassName
{
background-color: #7DAEBD;
}
</style>
border-color css
<style>
span { border-color: #7DAEBD; }
span { border-color: rgb(125,174,189); }
td.TdClassName
{
border-color: #7DAEBD;
}
.TagClassName
{
border-color: #7DAEBD;
}
</style>