Shades of Glacier #7DADBE
Tints of Glacier #7DADBE
RGB
CMYK
RGB Variations
Color information
#7DADBE (or 0x7DADBE) is known color: Glacier. HEX triplet: 7D, AD and BE. RGB value is (125,173,190). Sum of RGB (Red+Green+Blue) = 125+173+190=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #7DADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADBE is #825241. Grayscale: #A0A0A0. Windows color (decimal): -8540738 or 12496253. OLE color: 12496253.
HSL color Cylindrical-coordinate representation of color #7DADBE: hue angle of 195.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DADBE is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 173 | 190 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.25 |
| HSL | 195.69º | 0.33% | 0.62% | - |
| HSV(B) | 195.69º | 0.34% | 0.75% | - |
| XYZ | 32.7 | 37.96 | 54.32 | - |
| YUV | 160.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 190 | 0.34 | 0.09 | 0 | 0.25 | 195.69 | 0.33 | 0.62 |
| Hex | 7D | AD | BE | 22 | 9 | 0 | 19 | C4 | 21 | 3E |
| Octal | 175 | 255 | 276 | 42 | 11 | 0 | 31 | 304 | 41 | 76 |
| Binary | 1111101 | 10101101 | 10111110 | 100010 | 1001 | 0 | 11001 | 11000100 | 100001 | 111110 |
Color Harmonies of #7DADBE
Complementary color
Monochromatic Colors of #7DADBE
Black with #7DADBE
Text Example
Text Example
White with #7DADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADBE; }
p { color: rgb(125,173,190); }
H1.HeaderClassName
{
color: #7DADBE;
}
.AnyTagClassName
{
color: #7DADBE;
}
</style>
background-color css
<style>
a { background-color: #7DADBE; }
a { background-color: rgb(125,173,190); }
div.DivClassName
{
background-color: #7DADBE;
}
.BgClassName
{
background-color: #7DADBE;
}
</style>
border-color css
<style>
span { border-color: #7DADBE; }
span { border-color: rgb(125,173,190); }
td.TdClassName
{
border-color: #7DADBE;
}
.TagClassName
{
border-color: #7DADBE;
}
</style>