Shades of Glacier #7DADB5
Tints of Glacier #7DADB5
RGB
CMYK
RGB Variations
Color information
#7DADB5 (or 0x7DADB5) is known color: Glacier. HEX triplet: 7D, AD and B5. RGB value is (125,173,181). Sum of RGB (Red+Green+Blue) = 125+173+181=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #7DADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADB5 is #82524A. Grayscale: #9F9F9F. Windows color (decimal): -8540747 or 11906429. OLE color: 11906429.
HSL color Cylindrical-coordinate representation of color #7DADB5: hue angle of 188.57º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DADB5 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 173 | 181 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.29 |
| HSL | 188.57º | 0.27% | 0.6% | - |
| HSV(B) | 188.57º | 0.31% | 0.71% | - |
| XYZ | 31.74 | 37.58 | 49.3 | - |
| YUV | 159.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 181 | 0.31 | 0.04 | 0 | 0.29 | 188.57 | 0.27 | 0.6 |
| Hex | 7D | AD | B5 | 1F | 4 | 0 | 1D | BD | 1B | 3C |
| Octal | 175 | 255 | 265 | 37 | 4 | 0 | 35 | 275 | 33 | 74 |
| Binary | 1111101 | 10101101 | 10110101 | 11111 | 100 | 0 | 11101 | 10111101 | 11011 | 111100 |
Color Harmonies of #7DADB5
Complementary color
Monochromatic Colors of #7DADB5
Black with #7DADB5
Text Example
Text Example
White with #7DADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADB5; }
p { color: rgb(125,173,181); }
H1.HeaderClassName
{
color: #7DADB5;
}
.AnyTagClassName
{
color: #7DADB5;
}
</style>
background-color css
<style>
a { background-color: #7DADB5; }
a { background-color: rgb(125,173,181); }
div.DivClassName
{
background-color: #7DADB5;
}
.BgClassName
{
background-color: #7DADB5;
}
</style>
border-color css
<style>
span { border-color: #7DADB5; }
span { border-color: rgb(125,173,181); }
td.TdClassName
{
border-color: #7DADB5;
}
.TagClassName
{
border-color: #7DADB5;
}
</style>