Shades of Glacier #7DBABC
Tints of Glacier #7DBABC
RGB
CMYK
RGB Variations
Color information
#7DBABC (or 0x7DBABC) is known color: Glacier. HEX triplet: 7D, BA and BC. RGB value is (125,186,188). Sum of RGB (Red+Green+Blue) = 125+186+188=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #7DBABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBABC is #824543. Grayscale: #A7A7A7. Windows color (decimal): -8537412 or 12368509. OLE color: 12368509.
HSL color Cylindrical-coordinate representation of color #7DBABC: hue angle of 181.9º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBABC is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 186 | 188 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.26 |
| HSL | 181.9º | 0.32% | 0.61% | - |
| HSV(B) | 181.9º | 0.34% | 0.74% | - |
| XYZ | 35.09 | 43.11 | 54.05 | - |
| YUV | 167.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 188 | 0.34 | 0.01 | 0 | 0.26 | 181.9 | 0.32 | 0.61 |
| Hex | 7D | BA | BC | 22 | 1 | 0 | 1A | B6 | 20 | 3D |
| Octal | 175 | 272 | 274 | 42 | 1 | 0 | 32 | 266 | 40 | 75 |
| Binary | 1111101 | 10111010 | 10111100 | 100010 | 1 | 0 | 11010 | 10110110 | 100000 | 111101 |
Color Harmonies of #7DBABC
Complementary color
Monochromatic Colors of #7DBABC
Black with #7DBABC
Text Example
Text Example
White with #7DBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBABC; }
p { color: rgb(125,186,188); }
H1.HeaderClassName
{
color: #7DBABC;
}
.AnyTagClassName
{
color: #7DBABC;
}
</style>
background-color css
<style>
a { background-color: #7DBABC; }
a { background-color: rgb(125,186,188); }
div.DivClassName
{
background-color: #7DBABC;
}
.BgClassName
{
background-color: #7DBABC;
}
</style>
border-color css
<style>
span { border-color: #7DBABC; }
span { border-color: rgb(125,186,188); }
td.TdClassName
{
border-color: #7DBABC;
}
.TagClassName
{
border-color: #7DBABC;
}
</style>