Shades of Glacier #7DA8BC
Tints of Glacier #7DA8BC
RGB
CMYK
RGB Variations
Color information
#7DA8BC (or 0x7DA8BC) is known color: Glacier. HEX triplet: 7D, A8 and BC. RGB value is (125,168,188). Sum of RGB (Red+Green+Blue) = 125+168+188=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #7DA8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA8BC is #825743. Grayscale: #9D9D9D. Windows color (decimal): -8542020 or 12363901. OLE color: 12363901.
HSL color Cylindrical-coordinate representation of color #7DA8BC: hue angle of 199.05º 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 #7DA8BC is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 168 | 188 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.26 |
| HSL | 199.05º | 0.32% | 0.61% | - |
| HSV(B) | 199.05º | 0.34% | 0.74% | - |
| XYZ | 31.54 | 36 | 52.86 | - |
| YUV | 157.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 168 | 188 | 0.34 | 0.11 | 0 | 0.26 | 199.05 | 0.32 | 0.61 |
| Hex | 7D | A8 | BC | 22 | B | 0 | 1A | C7 | 20 | 3D |
| Octal | 175 | 250 | 274 | 42 | 13 | 0 | 32 | 307 | 40 | 75 |
| Binary | 1111101 | 10101000 | 10111100 | 100010 | 1011 | 0 | 11010 | 11000111 | 100000 | 111101 |
Color Harmonies of #7DA8BC
Complementary color
Monochromatic Colors of #7DA8BC
Black with #7DA8BC
Text Example
Text Example
White with #7DA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA8BC; }
p { color: rgb(125,168,188); }
H1.HeaderClassName
{
color: #7DA8BC;
}
.AnyTagClassName
{
color: #7DA8BC;
}
</style>
background-color css
<style>
a { background-color: #7DA8BC; }
a { background-color: rgb(125,168,188); }
div.DivClassName
{
background-color: #7DA8BC;
}
.BgClassName
{
background-color: #7DA8BC;
}
</style>
border-color css
<style>
span { border-color: #7DA8BC; }
span { border-color: rgb(125,168,188); }
td.TdClassName
{
border-color: #7DA8BC;
}
.TagClassName
{
border-color: #7DA8BC;
}
</style>