Shades of Glacier #7DB0BB
Tints of Glacier #7DB0BB
RGB
CMYK
RGB Variations
Color information
#7DB0BB (or 0x7DB0BB) is known color: Glacier. HEX triplet: 7D, B0 and BB. RGB value is (125,176,187). Sum of RGB (Red+Green+Blue) = 125+176+187=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #7DB0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB0BB is #824F44. Grayscale: #A1A1A1. Windows color (decimal): -8539973 or 12300413. OLE color: 12300413.
HSL color Cylindrical-coordinate representation of color #7DB0BB: hue angle of 190.65º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DB0BB is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 176 | 187 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.27 |
| HSL | 190.65º | 0.31% | 0.61% | - |
| HSV(B) | 190.65º | 0.33% | 0.73% | - |
| XYZ | 32.95 | 39 | 52.8 | - |
| YUV | 162.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 187 | 0.33 | 0.06 | 0 | 0.27 | 190.65 | 0.31 | 0.61 |
| Hex | 7D | B0 | BB | 21 | 6 | 0 | 1B | BF | 1F | 3D |
| Octal | 175 | 260 | 273 | 41 | 6 | 0 | 33 | 277 | 37 | 75 |
| Binary | 1111101 | 10110000 | 10111011 | 100001 | 110 | 0 | 11011 | 10111111 | 11111 | 111101 |
Color Harmonies of #7DB0BB
Complementary color
Monochromatic Colors of #7DB0BB
Black with #7DB0BB
Text Example
Text Example
White with #7DB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB0BB; }
p { color: rgb(125,176,187); }
H1.HeaderClassName
{
color: #7DB0BB;
}
.AnyTagClassName
{
color: #7DB0BB;
}
</style>
background-color css
<style>
a { background-color: #7DB0BB; }
a { background-color: rgb(125,176,187); }
div.DivClassName
{
background-color: #7DB0BB;
}
.BgClassName
{
background-color: #7DB0BB;
}
</style>
border-color css
<style>
span { border-color: #7DB0BB; }
span { border-color: rgb(125,176,187); }
td.TdClassName
{
border-color: #7DB0BB;
}
.TagClassName
{
border-color: #7DB0BB;
}
</style>