Shades of Glacier #7DAABF
Tints of Glacier #7DAABF
RGB
CMYK
RGB Variations
Color information
#7DAABF (or 0x7DAABF) is known color: Glacier. HEX triplet: 7D, AA and BF. RGB value is (125,170,191). Sum of RGB (Red+Green+Blue) = 125+170+191=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DAABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAABF is #825540. Grayscale: #9E9E9E. Windows color (decimal): -8541505 or 12561021. OLE color: 12561021.
HSL color Cylindrical-coordinate representation of color #7DAABF: hue angle of 199.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DAABF is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 170 | 191 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.25 |
| HSL | 199.09º | 0.34% | 0.62% | - |
| HSV(B) | 199.09º | 0.35% | 0.75% | - |
| XYZ | 32.24 | 36.87 | 54.71 | - |
| YUV | 158.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 191 | 0.35 | 0.11 | 0 | 0.25 | 199.09 | 0.34 | 0.62 |
| Hex | 7D | AA | BF | 23 | B | 0 | 19 | C7 | 22 | 3E |
| Octal | 175 | 252 | 277 | 43 | 13 | 0 | 31 | 307 | 42 | 76 |
| Binary | 1111101 | 10101010 | 10111111 | 100011 | 1011 | 0 | 11001 | 11000111 | 100010 | 111110 |
Color Harmonies of #7DAABF
Complementary color
Monochromatic Colors of #7DAABF
Black with #7DAABF
Text Example
Text Example
White with #7DAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAABF; }
p { color: rgb(125,170,191); }
H1.HeaderClassName
{
color: #7DAABF;
}
.AnyTagClassName
{
color: #7DAABF;
}
</style>
background-color css
<style>
a { background-color: #7DAABF; }
a { background-color: rgb(125,170,191); }
div.DivClassName
{
background-color: #7DAABF;
}
.BgClassName
{
background-color: #7DAABF;
}
</style>
border-color css
<style>
span { border-color: #7DAABF; }
span { border-color: rgb(125,170,191); }
td.TdClassName
{
border-color: #7DAABF;
}
.TagClassName
{
border-color: #7DAABF;
}
</style>