Shades of Glacier #7DAABC
Tints of Glacier #7DAABC
RGB
CMYK
RGB Variations
Color information
#7DAABC (or 0x7DAABC) is known color: Glacier. HEX triplet: 7D, AA and BC. RGB value is (125,170,188). Sum of RGB (Red+Green+Blue) = 125+170+188=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #7DAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAABC is #825543. Grayscale: #9E9E9E. Windows color (decimal): -8541508 or 12364413. OLE color: 12364413.
HSL color Cylindrical-coordinate representation of color #7DAABC: hue angle of 197.14º 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 #7DAABC is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 170 | 188 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.26 |
| HSL | 197.14º | 0.32% | 0.61% | - |
| HSV(B) | 197.14º | 0.34% | 0.74% | - |
| XYZ | 31.91 | 36.74 | 52.99 | - |
| YUV | 158.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 188 | 0.34 | 0.10 | 0 | 0.26 | 197.14 | 0.32 | 0.61 |
| Hex | 7D | AA | BC | 22 | A | 0 | 1A | C5 | 20 | 3D |
| Octal | 175 | 252 | 274 | 42 | 12 | 0 | 32 | 305 | 40 | 75 |
| Binary | 1111101 | 10101010 | 10111100 | 100010 | 1010 | 0 | 11010 | 11000101 | 100000 | 111101 |
Color Harmonies of #7DAABC
Complementary color
Monochromatic Colors of #7DAABC
Black with #7DAABC
Text Example
Text Example
White with #7DAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAABC; }
p { color: rgb(125,170,188); }
H1.HeaderClassName
{
color: #7DAABC;
}
.AnyTagClassName
{
color: #7DAABC;
}
</style>
background-color css
<style>
a { background-color: #7DAABC; }
a { background-color: rgb(125,170,188); }
div.DivClassName
{
background-color: #7DAABC;
}
.BgClassName
{
background-color: #7DAABC;
}
</style>
border-color css
<style>
span { border-color: #7DAABC; }
span { border-color: rgb(125,170,188); }
td.TdClassName
{
border-color: #7DAABC;
}
.TagClassName
{
border-color: #7DAABC;
}
</style>