Shades of Glacier #7DA9B6
Tints of Glacier #7DA9B6
RGB
CMYK
RGB Variations
Color information
#7DA9B6 (or 0x7DA9B6) is known color: Glacier. HEX triplet: 7D, A9 and B6. RGB value is (125,169,182). Sum of RGB (Red+Green+Blue) = 125+169+182=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 182 - color contains mainly: blue. Hex color #7DA9B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA9B6 is #825649. Grayscale: #9D9D9D. Windows color (decimal): -8541770 or 11970941. OLE color: 11970941.
HSL color Cylindrical-coordinate representation of color #7DA9B6: hue angle of 193.68º degrees, saturation: 0.28, 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 #7DA9B6 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 169 | 182 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.29 |
| HSL | 193.68º | 0.28% | 0.6% | - |
| HSV(B) | 193.68º | 0.31% | 0.71% | - |
| XYZ | 31.09 | 36.11 | 49.59 | - |
| YUV | 157.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 182 | 0.31 | 0.07 | 0 | 0.29 | 193.68 | 0.28 | 0.6 |
| Hex | 7D | A9 | B6 | 1F | 7 | 0 | 1D | C2 | 1C | 3C |
| Octal | 175 | 251 | 266 | 37 | 7 | 0 | 35 | 302 | 34 | 74 |
| Binary | 1111101 | 10101001 | 10110110 | 11111 | 111 | 0 | 11101 | 11000010 | 11100 | 111100 |
Color Harmonies of #7DA9B6
Complementary color
Monochromatic Colors of #7DA9B6
Black with #7DA9B6
Text Example
Text Example
White with #7DA9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA9B6; }
p { color: rgb(125,169,182); }
H1.HeaderClassName
{
color: #7DA9B6;
}
.AnyTagClassName
{
color: #7DA9B6;
}
</style>
background-color css
<style>
a { background-color: #7DA9B6; }
a { background-color: rgb(125,169,182); }
div.DivClassName
{
background-color: #7DA9B6;
}
.BgClassName
{
background-color: #7DA9B6;
}
</style>
border-color css
<style>
span { border-color: #7DA9B6; }
span { border-color: rgb(125,169,182); }
td.TdClassName
{
border-color: #7DA9B6;
}
.TagClassName
{
border-color: #7DA9B6;
}
</style>