Shades of Glacier #7DAEBB
Tints of Glacier #7DAEBB
RGB
CMYK
RGB Variations
Color information
#7DAEBB (or 0x7DAEBB) is known color: Glacier. HEX triplet: 7D, AE and BB. RGB value is (125,174,187). Sum of RGB (Red+Green+Blue) = 125+174+187=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #7DAEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAEBB is #825144. Grayscale: #A0A0A0. Windows color (decimal): -8540485 or 12299901. OLE color: 12299901.
HSL color Cylindrical-coordinate representation of color #7DAEBB: hue angle of 192.58º 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 #7DAEBB is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 174 | 187 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.27 |
| HSL | 192.58º | 0.31% | 0.61% | - |
| HSV(B) | 192.58º | 0.33% | 0.73% | - |
| XYZ | 32.56 | 38.22 | 52.67 | - |
| YUV | 160.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 187 | 0.33 | 0.07 | 0 | 0.27 | 192.58 | 0.31 | 0.61 |
| Hex | 7D | AE | BB | 21 | 7 | 0 | 1B | C1 | 1F | 3D |
| Octal | 175 | 256 | 273 | 41 | 7 | 0 | 33 | 301 | 37 | 75 |
| Binary | 1111101 | 10101110 | 10111011 | 100001 | 111 | 0 | 11011 | 11000001 | 11111 | 111101 |
Color Harmonies of #7DAEBB
Complementary color
Monochromatic Colors of #7DAEBB
Black with #7DAEBB
Text Example
Text Example
White with #7DAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAEBB; }
p { color: rgb(125,174,187); }
H1.HeaderClassName
{
color: #7DAEBB;
}
.AnyTagClassName
{
color: #7DAEBB;
}
</style>
background-color css
<style>
a { background-color: #7DAEBB; }
a { background-color: rgb(125,174,187); }
div.DivClassName
{
background-color: #7DAEBB;
}
.BgClassName
{
background-color: #7DAEBB;
}
</style>
border-color css
<style>
span { border-color: #7DAEBB; }
span { border-color: rgb(125,174,187); }
td.TdClassName
{
border-color: #7DAEBB;
}
.TagClassName
{
border-color: #7DAEBB;
}
</style>