Shades of Glacier #7DBAC5
Tints of Glacier #7DBAC5
RGB
CMYK
RGB Variations
Color information
#7DBAC5 (or 0x7DBAC5) is known color: Glacier. HEX triplet: 7D, BA and C5. RGB value is (125,186,197). Sum of RGB (Red+Green+Blue) = 125+186+197=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #7DBAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBAC5 is #82453A. Grayscale: #A8A8A8. Windows color (decimal): -8537403 or 12958333. OLE color: 12958333.
HSL color Cylindrical-coordinate representation of color #7DBAC5: hue angle of 189.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DBAC5 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 186 | 197 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.23 |
| HSL | 189.17º | 0.38% | 0.63% | - |
| HSV(B) | 189.17º | 0.37% | 0.77% | - |
| XYZ | 36.09 | 43.51 | 59.32 | - |
| YUV | 169.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 197 | 0.37 | 0.06 | 0 | 0.23 | 189.17 | 0.38 | 0.63 |
| Hex | 7D | BA | C5 | 25 | 6 | 0 | 17 | BD | 26 | 3F |
| Octal | 175 | 272 | 305 | 45 | 6 | 0 | 27 | 275 | 46 | 77 |
| Binary | 1111101 | 10111010 | 11000101 | 100101 | 110 | 0 | 10111 | 10111101 | 100110 | 111111 |
Color Harmonies of #7DBAC5
Complementary color
Monochromatic Colors of #7DBAC5
Black with #7DBAC5
Text Example
Text Example
White with #7DBAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBAC5; }
p { color: rgb(125,186,197); }
H1.HeaderClassName
{
color: #7DBAC5;
}
.AnyTagClassName
{
color: #7DBAC5;
}
</style>
background-color css
<style>
a { background-color: #7DBAC5; }
a { background-color: rgb(125,186,197); }
div.DivClassName
{
background-color: #7DBAC5;
}
.BgClassName
{
background-color: #7DBAC5;
}
</style>
border-color css
<style>
span { border-color: #7DBAC5; }
span { border-color: rgb(125,186,197); }
td.TdClassName
{
border-color: #7DBAC5;
}
.TagClassName
{
border-color: #7DBAC5;
}
</style>