Shades of Glacier #7DA5BC
Tints of Glacier #7DA5BC
RGB
CMYK
RGB Variations
Color information
#7DA5BC (or 0x7DA5BC) is known color: Glacier. HEX triplet: 7D, A5 and BC. RGB value is (125,165,188). Sum of RGB (Red+Green+Blue) = 125+165+188=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #7DA5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA5BC is #825A43. Grayscale: #9B9B9B. Windows color (decimal): -8542788 or 12363133. OLE color: 12363133.
HSL color Cylindrical-coordinate representation of color #7DA5BC: hue angle of 201.9º 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 #7DA5BC is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 165 | 188 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.26 |
| HSL | 201.9º | 0.32% | 0.61% | - |
| HSV(B) | 201.9º | 0.34% | 0.74% | - |
| XYZ | 30.99 | 34.9 | 52.68 | - |
| YUV | 155.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 165 | 188 | 0.34 | 0.12 | 0 | 0.26 | 201.9 | 0.32 | 0.61 |
| Hex | 7D | A5 | BC | 22 | C | 0 | 1A | CA | 20 | 3D |
| Octal | 175 | 245 | 274 | 42 | 14 | 0 | 32 | 312 | 40 | 75 |
| Binary | 1111101 | 10100101 | 10111100 | 100010 | 1100 | 0 | 11010 | 11001010 | 100000 | 111101 |
Color Harmonies of #7DA5BC
Complementary color
Monochromatic Colors of #7DA5BC
Black with #7DA5BC
Text Example
Text Example
White with #7DA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA5BC; }
p { color: rgb(125,165,188); }
H1.HeaderClassName
{
color: #7DA5BC;
}
.AnyTagClassName
{
color: #7DA5BC;
}
</style>
background-color css
<style>
a { background-color: #7DA5BC; }
a { background-color: rgb(125,165,188); }
div.DivClassName
{
background-color: #7DA5BC;
}
.BgClassName
{
background-color: #7DA5BC;
}
</style>
border-color css
<style>
span { border-color: #7DA5BC; }
span { border-color: rgb(125,165,188); }
td.TdClassName
{
border-color: #7DA5BC;
}
.TagClassName
{
border-color: #7DA5BC;
}
</style>