Shades of Glacier #7FA6BE
Tints of Glacier #7FA6BE
RGB
CMYK
RGB Variations
Color information
#7FA6BE (or 0x7FA6BE) is known color: Glacier. HEX triplet: 7F, A6 and BE. RGB value is (127,166,190). Sum of RGB (Red+Green+Blue) = 127+166+190=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FA6BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA6BE is #805941. Grayscale: #9C9C9C. Windows color (decimal): -8411458 or 12494463. OLE color: 12494463.
HSL color Cylindrical-coordinate representation of color #7FA6BE: hue angle of 202.86º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FA6BE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 166 | 190 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.25 |
| HSL | 202.86º | 0.33% | 0.62% | - |
| HSV(B) | 202.86º | 0.33% | 0.75% | - |
| XYZ | 31.68 | 35.5 | 53.9 | - |
| YUV | 157.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 190 | 0.33 | 0.13 | 0 | 0.25 | 202.86 | 0.33 | 0.62 |
| Hex | 7F | A6 | BE | 21 | D | 0 | 19 | CB | 21 | 3E |
| Octal | 177 | 246 | 276 | 41 | 15 | 0 | 31 | 313 | 41 | 76 |
| Binary | 1111111 | 10100110 | 10111110 | 100001 | 1101 | 0 | 11001 | 11001011 | 100001 | 111110 |
Color Harmonies of #7FA6BE
Complementary color
Monochromatic Colors of #7FA6BE
Black with #7FA6BE
Text Example
Text Example
White with #7FA6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA6BE; }
p { color: rgb(127,166,190); }
H1.HeaderClassName
{
color: #7FA6BE;
}
.AnyTagClassName
{
color: #7FA6BE;
}
</style>
background-color css
<style>
a { background-color: #7FA6BE; }
a { background-color: rgb(127,166,190); }
div.DivClassName
{
background-color: #7FA6BE;
}
.BgClassName
{
background-color: #7FA6BE;
}
</style>
border-color css
<style>
span { border-color: #7FA6BE; }
span { border-color: rgb(127,166,190); }
td.TdClassName
{
border-color: #7FA6BE;
}
.TagClassName
{
border-color: #7FA6BE;
}
</style>