Shades of Glacier #7FADB9
Tints of Glacier #7FADB9
RGB
CMYK
RGB Variations
Color information
#7FADB9 (or 0x7FADB9) is known color: Glacier. HEX triplet: 7F, AD and B9. RGB value is (127,173,185). Sum of RGB (Red+Green+Blue) = 127+173+185=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #7FADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADB9 is #805246. Grayscale: #A0A0A0. Windows color (decimal): -8409671 or 12168575. OLE color: 12168575.
HSL color Cylindrical-coordinate representation of color #7FADB9: hue angle of 192.41º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FADB9 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 173 | 185 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.27 |
| HSL | 192.41º | 0.29% | 0.61% | - |
| HSV(B) | 192.41º | 0.31% | 0.73% | - |
| XYZ | 32.45 | 37.9 | 51.5 | - |
| YUV | 160.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 185 | 0.31 | 0.06 | 0 | 0.27 | 192.41 | 0.29 | 0.61 |
| Hex | 7F | AD | B9 | 1F | 6 | 0 | 1B | C0 | 1D | 3D |
| Octal | 177 | 255 | 271 | 37 | 6 | 0 | 33 | 300 | 35 | 75 |
| Binary | 1111111 | 10101101 | 10111001 | 11111 | 110 | 0 | 11011 | 11000000 | 11101 | 111101 |
Color Harmonies of #7FADB9
Complementary color
Monochromatic Colors of #7FADB9
Black with #7FADB9
Text Example
Text Example
White with #7FADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADB9; }
p { color: rgb(127,173,185); }
H1.HeaderClassName
{
color: #7FADB9;
}
.AnyTagClassName
{
color: #7FADB9;
}
</style>
background-color css
<style>
a { background-color: #7FADB9; }
a { background-color: rgb(127,173,185); }
div.DivClassName
{
background-color: #7FADB9;
}
.BgClassName
{
background-color: #7FADB9;
}
</style>
border-color css
<style>
span { border-color: #7FADB9; }
span { border-color: rgb(127,173,185); }
td.TdClassName
{
border-color: #7FADB9;
}
.TagClassName
{
border-color: #7FADB9;
}
</style>