Shades of Glacier #7DABB9
Tints of Glacier #7DABB9
RGB
CMYK
RGB Variations
Color information
#7DABB9 (or 0x7DABB9) is known color: Glacier. HEX triplet: 7D, AB and B9. RGB value is (125,171,185). Sum of RGB (Red+Green+Blue) = 125+171+185=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #7DABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABB9 is #825446. Grayscale: #9E9E9E. Windows color (decimal): -8541255 or 12168061. OLE color: 12168061.
HSL color Cylindrical-coordinate representation of color #7DABB9: hue angle of 194º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DABB9 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 171 | 185 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.27 |
| HSL | 194º | 0.3% | 0.61% | - |
| HSV(B) | 194º | 0.32% | 0.73% | - |
| XYZ | 31.78 | 36.99 | 51.36 | - |
| YUV | 158.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 185 | 0.32 | 0.08 | 0 | 0.27 | 194 | 0.3 | 0.61 |
| Hex | 7D | AB | B9 | 20 | 8 | 0 | 1B | C2 | 1E | 3D |
| Octal | 175 | 253 | 271 | 40 | 10 | 0 | 33 | 302 | 36 | 75 |
| Binary | 1111101 | 10101011 | 10111001 | 100000 | 1000 | 0 | 11011 | 11000010 | 11110 | 111101 |
Color Harmonies of #7DABB9
Complementary color
Monochromatic Colors of #7DABB9
Black with #7DABB9
Text Example
Text Example
White with #7DABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DABB9; }
p { color: rgb(125,171,185); }
H1.HeaderClassName
{
color: #7DABB9;
}
.AnyTagClassName
{
color: #7DABB9;
}
</style>
background-color css
<style>
a { background-color: #7DABB9; }
a { background-color: rgb(125,171,185); }
div.DivClassName
{
background-color: #7DABB9;
}
.BgClassName
{
background-color: #7DABB9;
}
</style>
border-color css
<style>
span { border-color: #7DABB9; }
span { border-color: rgb(125,171,185); }
td.TdClassName
{
border-color: #7DABB9;
}
.TagClassName
{
border-color: #7DABB9;
}
</style>