Shades of Glacier #7DB9BF
Tints of Glacier #7DB9BF
RGB
CMYK
RGB Variations
Color information
#7DB9BF (or 0x7DB9BF) is known color: Glacier. HEX triplet: 7D, B9 and BF. RGB value is (125,185,191). Sum of RGB (Red+Green+Blue) = 125+185+191=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DB9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB9BF is #824640. Grayscale: #A7A7A7. Windows color (decimal): -8537665 or 12564861. OLE color: 12564861.
HSL color Cylindrical-coordinate representation of color #7DB9BF: hue angle of 185.45º 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 #7DB9BF is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 185 | 191 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.25 |
| HSL | 185.45º | 0.34% | 0.62% | - |
| HSV(B) | 185.45º | 0.35% | 0.75% | - |
| XYZ | 35.21 | 42.82 | 55.7 | - |
| YUV | 167.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 191 | 0.35 | 0.03 | 0 | 0.25 | 185.45 | 0.34 | 0.62 |
| Hex | 7D | B9 | BF | 23 | 3 | 0 | 19 | B9 | 22 | 3E |
| Octal | 175 | 271 | 277 | 43 | 3 | 0 | 31 | 271 | 42 | 76 |
| Binary | 1111101 | 10111001 | 10111111 | 100011 | 11 | 0 | 11001 | 10111001 | 100010 | 111110 |
Color Harmonies of #7DB9BF
Complementary color
Monochromatic Colors of #7DB9BF
Black with #7DB9BF
Text Example
Text Example
White with #7DB9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB9BF; }
p { color: rgb(125,185,191); }
H1.HeaderClassName
{
color: #7DB9BF;
}
.AnyTagClassName
{
color: #7DB9BF;
}
</style>
background-color css
<style>
a { background-color: #7DB9BF; }
a { background-color: rgb(125,185,191); }
div.DivClassName
{
background-color: #7DB9BF;
}
.BgClassName
{
background-color: #7DB9BF;
}
</style>
border-color css
<style>
span { border-color: #7DB9BF; }
span { border-color: rgb(125,185,191); }
td.TdClassName
{
border-color: #7DB9BF;
}
.TagClassName
{
border-color: #7DB9BF;
}
</style>