Shades of Glacier #7FADBA
Tints of Glacier #7FADBA
RGB
CMYK
RGB Variations
Color information
#7FADBA (or 0x7FADBA) is known color: Glacier. HEX triplet: 7F, AD and BA. RGB value is (127,173,186). Sum of RGB (Red+Green+Blue) = 127+173+186=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #7FADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADBA is #805245. Grayscale: #A0A0A0. Windows color (decimal): -8409670 or 12234111. OLE color: 12234111.
HSL color Cylindrical-coordinate representation of color #7FADBA: hue angle of 193.22º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FADBA is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 173 | 186 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.27 |
| HSL | 193.22º | 0.3% | 0.61% | - |
| HSV(B) | 193.22º | 0.32% | 0.73% | - |
| XYZ | 32.56 | 37.94 | 52.06 | - |
| YUV | 160.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 186 | 0.32 | 0.07 | 0 | 0.27 | 193.22 | 0.3 | 0.61 |
| Hex | 7F | AD | BA | 20 | 7 | 0 | 1B | C1 | 1E | 3D |
| Octal | 177 | 255 | 272 | 40 | 7 | 0 | 33 | 301 | 36 | 75 |
| Binary | 1111111 | 10101101 | 10111010 | 100000 | 111 | 0 | 11011 | 11000001 | 11110 | 111101 |
Color Harmonies of #7FADBA
Complementary color
Monochromatic Colors of #7FADBA
Black with #7FADBA
Text Example
Text Example
White with #7FADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADBA; }
p { color: rgb(127,173,186); }
H1.HeaderClassName
{
color: #7FADBA;
}
.AnyTagClassName
{
color: #7FADBA;
}
</style>
background-color css
<style>
a { background-color: #7FADBA; }
a { background-color: rgb(127,173,186); }
div.DivClassName
{
background-color: #7FADBA;
}
.BgClassName
{
background-color: #7FADBA;
}
</style>
border-color css
<style>
span { border-color: #7FADBA; }
span { border-color: rgb(127,173,186); }
td.TdClassName
{
border-color: #7FADBA;
}
.TagClassName
{
border-color: #7FADBA;
}
</style>