Shades of Glacier #7DACBC
Tints of Glacier #7DACBC
RGB
CMYK
RGB Variations
Color information
#7DACBC (or 0x7DACBC) is known color: Glacier. HEX triplet: 7D, AC and BC. RGB value is (125,172,188). Sum of RGB (Red+Green+Blue) = 125+172+188=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #7DACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACBC is #825343. Grayscale: #9F9F9F. Windows color (decimal): -8540996 or 12364925. OLE color: 12364925.
HSL color Cylindrical-coordinate representation of color #7DACBC: hue angle of 195.24º 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 #7DACBC is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 172 | 188 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.26 |
| HSL | 195.24º | 0.32% | 0.61% | - |
| HSV(B) | 195.24º | 0.34% | 0.74% | - |
| XYZ | 32.29 | 37.5 | 53.11 | - |
| YUV | 159.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 188 | 0.34 | 0.09 | 0 | 0.26 | 195.24 | 0.32 | 0.61 |
| Hex | 7D | AC | BC | 22 | 9 | 0 | 1A | C3 | 20 | 3D |
| Octal | 175 | 254 | 274 | 42 | 11 | 0 | 32 | 303 | 40 | 75 |
| Binary | 1111101 | 10101100 | 10111100 | 100010 | 1001 | 0 | 11010 | 11000011 | 100000 | 111101 |
Color Harmonies of #7DACBC
Complementary color
Monochromatic Colors of #7DACBC
Black with #7DACBC
Text Example
Text Example
White with #7DACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DACBC; }
p { color: rgb(125,172,188); }
H1.HeaderClassName
{
color: #7DACBC;
}
.AnyTagClassName
{
color: #7DACBC;
}
</style>
background-color css
<style>
a { background-color: #7DACBC; }
a { background-color: rgb(125,172,188); }
div.DivClassName
{
background-color: #7DACBC;
}
.BgClassName
{
background-color: #7DACBC;
}
</style>
border-color css
<style>
span { border-color: #7DACBC; }
span { border-color: rgb(125,172,188); }
td.TdClassName
{
border-color: #7DACBC;
}
.TagClassName
{
border-color: #7DACBC;
}
</style>