Shades of Glacier #7DB2BB
Tints of Glacier #7DB2BB
RGB
CMYK
RGB Variations
Color information
#7DB2BB (or 0x7DB2BB) is known color: Glacier. HEX triplet: 7D, B2 and BB. RGB value is (125,178,187). Sum of RGB (Red+Green+Blue) = 125+178+187=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #7DB2BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB2BB is #824D44. Grayscale: #A3A3A3. Windows color (decimal): -8539461 or 12300925. OLE color: 12300925.
HSL color Cylindrical-coordinate representation of color #7DB2BB: hue angle of 188.71º 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 #7DB2BB is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 178 | 187 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.27 |
| HSL | 188.71º | 0.31% | 0.61% | - |
| HSV(B) | 188.71º | 0.33% | 0.73% | - |
| XYZ | 33.35 | 39.79 | 52.94 | - |
| YUV | 163.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 187 | 0.33 | 0.05 | 0 | 0.27 | 188.71 | 0.31 | 0.61 |
| Hex | 7D | B2 | BB | 21 | 5 | 0 | 1B | BD | 1F | 3D |
| Octal | 175 | 262 | 273 | 41 | 5 | 0 | 33 | 275 | 37 | 75 |
| Binary | 1111101 | 10110010 | 10111011 | 100001 | 101 | 0 | 11011 | 10111101 | 11111 | 111101 |
Color Harmonies of #7DB2BB
Complementary color
Monochromatic Colors of #7DB2BB
Black with #7DB2BB
Text Example
Text Example
White with #7DB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB2BB; }
p { color: rgb(125,178,187); }
H1.HeaderClassName
{
color: #7DB2BB;
}
.AnyTagClassName
{
color: #7DB2BB;
}
</style>
background-color css
<style>
a { background-color: #7DB2BB; }
a { background-color: rgb(125,178,187); }
div.DivClassName
{
background-color: #7DB2BB;
}
.BgClassName
{
background-color: #7DB2BB;
}
</style>
border-color css
<style>
span { border-color: #7DB2BB; }
span { border-color: rgb(125,178,187); }
td.TdClassName
{
border-color: #7DB2BB;
}
.TagClassName
{
border-color: #7DB2BB;
}
</style>