Shades of Glacier #7DACBE
Tints of Glacier #7DACBE
RGB
CMYK
RGB Variations
Color information
#7DACBE (or 0x7DACBE) is known color: Glacier. HEX triplet: 7D, AC and BE. RGB value is (125,172,190). Sum of RGB (Red+Green+Blue) = 125+172+190=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #7DACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACBE is #825341. Grayscale: #9F9F9F. Windows color (decimal): -8540994 or 12495997. OLE color: 12495997.
HSL color Cylindrical-coordinate representation of color #7DACBE: hue angle of 196.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DACBE is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 172 | 190 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.25 |
| HSL | 196.62º | 0.33% | 0.62% | - |
| HSV(B) | 196.62º | 0.34% | 0.75% | - |
| XYZ | 32.5 | 37.58 | 54.26 | - |
| YUV | 160 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 190 | 0.34 | 0.09 | 0 | 0.25 | 196.62 | 0.33 | 0.62 |
| Hex | 7D | AC | BE | 22 | 9 | 0 | 19 | C5 | 21 | 3E |
| Octal | 175 | 254 | 276 | 42 | 11 | 0 | 31 | 305 | 41 | 76 |
| Binary | 1111101 | 10101100 | 10111110 | 100010 | 1001 | 0 | 11001 | 11000101 | 100001 | 111110 |
Color Harmonies of #7DACBE
Complementary color
Monochromatic Colors of #7DACBE
Black with #7DACBE
Text Example
Text Example
White with #7DACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DACBE; }
p { color: rgb(125,172,190); }
H1.HeaderClassName
{
color: #7DACBE;
}
.AnyTagClassName
{
color: #7DACBE;
}
</style>
background-color css
<style>
a { background-color: #7DACBE; }
a { background-color: rgb(125,172,190); }
div.DivClassName
{
background-color: #7DACBE;
}
.BgClassName
{
background-color: #7DACBE;
}
</style>
border-color css
<style>
span { border-color: #7DACBE; }
span { border-color: rgb(125,172,190); }
td.TdClassName
{
border-color: #7DACBE;
}
.TagClassName
{
border-color: #7DACBE;
}
</style>