Shades of Glacier #7DB1BA
Tints of Glacier #7DB1BA
RGB
CMYK
RGB Variations
Color information
#7DB1BA (or 0x7DB1BA) is known color: Glacier. HEX triplet: 7D, B1 and BA. RGB value is (125,177,186). Sum of RGB (Red+Green+Blue) = 125+177+186=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #7DB1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB1BA is #824E45. Grayscale: #A2A2A2. Windows color (decimal): -8539718 or 12235133. OLE color: 12235133.
HSL color Cylindrical-coordinate representation of color #7DB1BA: hue angle of 188.85º 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 #7DB1BA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 177 | 186 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.27 |
| HSL | 188.85º | 0.31% | 0.61% | - |
| HSV(B) | 188.85º | 0.33% | 0.73% | - |
| XYZ | 33.04 | 39.35 | 52.31 | - |
| YUV | 162.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 186 | 0.33 | 0.05 | 0 | 0.27 | 188.85 | 0.31 | 0.61 |
| Hex | 7D | B1 | BA | 21 | 5 | 0 | 1B | BD | 1F | 3D |
| Octal | 175 | 261 | 272 | 41 | 5 | 0 | 33 | 275 | 37 | 75 |
| Binary | 1111101 | 10110001 | 10111010 | 100001 | 101 | 0 | 11011 | 10111101 | 11111 | 111101 |
Color Harmonies of #7DB1BA
Complementary color
Monochromatic Colors of #7DB1BA
Black with #7DB1BA
Text Example
Text Example
White with #7DB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB1BA; }
p { color: rgb(125,177,186); }
H1.HeaderClassName
{
color: #7DB1BA;
}
.AnyTagClassName
{
color: #7DB1BA;
}
</style>
background-color css
<style>
a { background-color: #7DB1BA; }
a { background-color: rgb(125,177,186); }
div.DivClassName
{
background-color: #7DB1BA;
}
.BgClassName
{
background-color: #7DB1BA;
}
</style>
border-color css
<style>
span { border-color: #7DB1BA; }
span { border-color: rgb(125,177,186); }
td.TdClassName
{
border-color: #7DB1BA;
}
.TagClassName
{
border-color: #7DB1BA;
}
</style>