Shades of Glacier #7DABBC
Tints of Glacier #7DABBC
RGB
CMYK
RGB Variations
Color information
#7DABBC (or 0x7DABBC) is known color: Glacier. HEX triplet: 7D, AB and BC. RGB value is (125,171,188). Sum of RGB (Red+Green+Blue) = 125+171+188=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #7DABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABBC is #825443. Grayscale: #9F9F9F. Windows color (decimal): -8541252 or 12364669. OLE color: 12364669.
HSL color Cylindrical-coordinate representation of color #7DABBC: hue angle of 196.19º 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 #7DABBC is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 171 | 188 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.26 |
| HSL | 196.19º | 0.32% | 0.61% | - |
| HSV(B) | 196.19º | 0.34% | 0.74% | - |
| XYZ | 32.1 | 37.12 | 53.05 | - |
| YUV | 159.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 188 | 0.34 | 0.09 | 0 | 0.26 | 196.19 | 0.32 | 0.61 |
| Hex | 7D | AB | BC | 22 | 9 | 0 | 1A | C4 | 20 | 3D |
| Octal | 175 | 253 | 274 | 42 | 11 | 0 | 32 | 304 | 40 | 75 |
| Binary | 1111101 | 10101011 | 10111100 | 100010 | 1001 | 0 | 11010 | 11000100 | 100000 | 111101 |
Color Harmonies of #7DABBC
Complementary color
Monochromatic Colors of #7DABBC
Black with #7DABBC
Text Example
Text Example
White with #7DABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DABBC; }
p { color: rgb(125,171,188); }
H1.HeaderClassName
{
color: #7DABBC;
}
.AnyTagClassName
{
color: #7DABBC;
}
</style>
background-color css
<style>
a { background-color: #7DABBC; }
a { background-color: rgb(125,171,188); }
div.DivClassName
{
background-color: #7DABBC;
}
.BgClassName
{
background-color: #7DABBC;
}
</style>
border-color css
<style>
span { border-color: #7DABBC; }
span { border-color: rgb(125,171,188); }
td.TdClassName
{
border-color: #7DABBC;
}
.TagClassName
{
border-color: #7DABBC;
}
</style>