Shades of Glacier #7DADBC
Tints of Glacier #7DADBC
RGB
CMYK
RGB Variations
Color information
#7DADBC (or 0x7DADBC) is known color: Glacier. HEX triplet: 7D, AD and BC. RGB value is (125,173,188). Sum of RGB (Red+Green+Blue) = 125+173+188=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #7DADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADBC is #825243. Grayscale: #A0A0A0. Windows color (decimal): -8540740 or 12365181. OLE color: 12365181.
HSL color Cylindrical-coordinate representation of color #7DADBC: hue angle of 194.29º 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 #7DADBC is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 173 | 188 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.26 |
| HSL | 194.29º | 0.32% | 0.61% | - |
| HSV(B) | 194.29º | 0.34% | 0.74% | - |
| XYZ | 32.48 | 37.88 | 53.18 | - |
| YUV | 160.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 188 | 0.34 | 0.08 | 0 | 0.26 | 194.29 | 0.32 | 0.61 |
| Hex | 7D | AD | BC | 22 | 8 | 0 | 1A | C2 | 20 | 3D |
| Octal | 175 | 255 | 274 | 42 | 10 | 0 | 32 | 302 | 40 | 75 |
| Binary | 1111101 | 10101101 | 10111100 | 100010 | 1000 | 0 | 11010 | 11000010 | 100000 | 111101 |
Color Harmonies of #7DADBC
Complementary color
Monochromatic Colors of #7DADBC
Black with #7DADBC
Text Example
Text Example
White with #7DADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADBC; }
p { color: rgb(125,173,188); }
H1.HeaderClassName
{
color: #7DADBC;
}
.AnyTagClassName
{
color: #7DADBC;
}
</style>
background-color css
<style>
a { background-color: #7DADBC; }
a { background-color: rgb(125,173,188); }
div.DivClassName
{
background-color: #7DADBC;
}
.BgClassName
{
background-color: #7DADBC;
}
</style>
border-color css
<style>
span { border-color: #7DADBC; }
span { border-color: rgb(125,173,188); }
td.TdClassName
{
border-color: #7DADBC;
}
.TagClassName
{
border-color: #7DADBC;
}
</style>